Skip to content

wjoel/kamon-lightstep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
  }
}

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages