Package

com.codacy.tracing

core

Permalink

package core

Visibility
  1. Public
  2. All

Type Members

  1. class GlobalRegistry extends Registry

    Permalink
  2. trait Registry extends AnyRef

    Permalink

    Builds and registers spans.

  3. trait Reporter extends AnyRef

    Permalink

    Builds and registers a reporter for a Registry

  4. trait SpanBuilder extends AnyRef

    Permalink

    A Span pans are created by calling the buildSpan(operationName) method on Kamon’s companion object as shown below:

  5. case class Tag(key: String, value: String) extends Product with Serializable

    Permalink

Ungrouped