opentelemetry-java/api/all/README.md at main · goodjava/opentelemetry-java · GitHub
Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 842 Bytes

File metadata and controls

18 lines (14 loc) · 842 Bytes

OpenTelemetry API

Javadocs

  • The code in this module is the implementation of stable OpenTelemetry signals.
  • Semantic Conventions for OpenTelemetry are in the opentelemetry-semconv module.
  • The default implementation of the interfaces in this module is in the OpenTelemetry SDK module.
  • The interfaces in this directory can be implemented to create alternative implementations of the OpenTelemetry library.

Running micro-benchmarks

From the root of the repo run ./gradlew clean :api:jmh to run all the benchmarks or run ./gradlew clean :api:jmh -PjmhIncludeSingleClass=<ClassNameHere> to run a specific benchmark class.