class Inspector extends AnyRef
- Alphabetic
- By Inheritance
- Inspector
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new Inspector(span: Span)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def isFailed(): Boolean
Returns true if the Span has been marked as failed.
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isTrackingMetrics(): Boolean
Returns true if the Span is set to track metrics once it is finished.
- def marks(): Seq[Mark]
Returns all marks on the Span.
- def metricTags(): TagSet
Returns a TagSet with all Span metric tags added to the Span and the additional tags that are added by default like the "error", "operation" and possibly "parentOperation" tags.
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def spanTags(): TagSet
Returns a TagSet with all Span tags added on the Span.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def tags(): TagSet
Returns a combination of all tags (span and metric tags) on the Span.
- def toFinished(at: Instant): Finished
Returns the Span.Finished instance that would be sent to the SpanReporters if the Span's trace is sampled.
- def toFinished(): Finished
Returns the Span.Finished instance that would be sent to the SpanReporters if the Span's trace is sampled.
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()