opentelemetry-java/api/all
Anuraag Agrawal 5320f208cb
Fix nullness in trace-propagators (#3656)
2021-09-24 09:15:04 -07:00
..
src Fix nullness in trace-propagators (#3656) 2021-09-24 09:15:04 -07:00
README.md Copy in spotless-conventions from instrumentation repo (#3554) 2021-08-27 08:28:31 -07:00
build.gradle.kts Format build.gradle.kts files (#3427) 2021-07-29 13:21:38 +09:00

README.md

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.