Skip to content

lightstep/lightstep-tracer-java-common

Repository files navigation

Lightstep Tracer Common [Deprecated]

Download MIT license

In August 2023, Lightstep became ServiceNow Cloud Observability. To ease the transition, all code artifacts will continue to use the Lightstep name. You don't need to do anything to keep using this repository.

The core LightStep distributed tracing library for the Java runtime environment. For specific documentation see lightstep-tracer-java or lightstep-tracer-android.

common

Contains the com.lightstep.tracer.shared (shared logic) and com.lightstep.tracer.grpc (shared compiled proto files) source files and assets for the JRE and Android libraries.

example

Contains an example implementation of the tracer (used for integration testing).

grpc

Contains the transport layer specific to the grpc flavor of the lightstep tracer.

okhttp

Contains the transport layer specific to the okhttp flavor of the lightstep tracer.

Development info

See DEV.md for information on contributing to this instrumentation library.