Package

kamon

trace

Permalink

package trace

Visibility
  1. Public
  2. All

Type Members

  1. trait IdentityProvider extends AnyRef

    Permalink
  2. trait Sampler extends AnyRef

    Permalink
  3. sealed abstract class Span extends AnyRef

    Permalink
  4. case class SpanContext(traceID: Identifier, spanID: Identifier, parentID: Identifier, samplingDecision: SamplingDecision) extends Product with Serializable

    Permalink

  5. trait SpanCustomizer extends AnyRef

    Permalink

    Allows users to customize and add additional information to Spans created by instrumentation.

    Allows users to customize and add additional information to Spans created by instrumentation. The typical use case for SpanCustomizer instances is to provide proper operation names in situations where the instrumentation is unable to generate a reasonable enough operation name, e.g. JDBC and HTTP Client calls, instead of having a default operation name using the statement type or target host a SpanCustomizer can be provided to assign operation names like "queryUsers" or "getUserProfile" instead.

    Instrumentation wanting to take advantage of SpanCustomizers should look for an instance in the current context using SpanCustomizer.ContextKey.

  6. trait Tracer extends AnyRef

    Permalink

Value Members

  1. object IdentityProvider

    Permalink
  2. object Sampler

    Permalink
  3. object Span

    Permalink
  4. object SpanCodec

    Permalink
  5. object SpanContext extends Serializable

    Permalink
  6. object SpanCustomizer

    Permalink
  7. object Tracer

    Permalink

Ungrouped