Packages

package core

Type Members

  1. class GlobalRegistry extends Registry
  2. trait Registry extends AnyRef

    Builds and registers spans.

  3. trait Reporter extends AnyRef

    Builds and registers a reporter for a Registry

  4. trait SpanBuilder extends AnyRef

    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

Ungrouped