opentelemetry-java/api/trace at v0.13.x · goodjava/opentelemetry-java · GitHub
Skip to content

Latest commit

 

History

History
 
 

Folders and files

README.md

OpenTelemetry Trace API

Javadocs

  • 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 :opentelemetry-api-trace:jmh to run all the benchmarks or run ./gradlew clean :opentelemetry-api-trace:jmh -PjmhIncludeSingleClass=<ClassNameHere> to run a specific benchmark class.