/kamon-lightstep

LightStep span reporter implementation for https://kamon.io/

Primary LanguageScala

Kamon LightStep

Implements a Kamon SpanReporter for LightStep.

Kamon.addReporter(new LightStepReporter())

Example configuration:

kamon {
  environment {
    service = "MyService"
  }
  trace {
    sampler = always
  }
  lightstep {
    host = "collector-grpc.lightstep.com"
    port = 443
    tls = true
    access-token = "your-access-token"
    include-environment-tags = true
  }
}