opentelemetry-java/api/all
Anuraag Agrawal d6849219a7
Use constant for baggage validation bitsets (#3274)
* Use constant for baggage validation bitsets

* Spot

* Move to element

* private
2021-06-03 17:26:00 -07:00
..
src Use constant for baggage validation bitsets (#3274) 2021-06-03 17:26:00 -07:00
README.md Move the semantic conventions generated code into its own module (#2423) 2021-01-06 08:25:17 -08:00
build.gradle.kts Upgrade to Gradle 7.0 (#3228) 2021-05-13 08:21:22 +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.