opentelemetry-java/api/trace
Frank Spitulski c108f62158
fix(semantic-attributes): update to dec 14 2020 master (#2302)
2020-12-15 08:42:33 -08:00
..
src fix(semantic-attributes): update to dec 14 2020 master (#2302) 2020-12-15 08:42:33 -08:00
README.md Adding instructions to run benchmarks (#2271) 2020-12-11 14:40:16 +09:00
build.gradle Split API packages, move context in the same directory (#2199) 2020-12-05 08:33:20 -08:00

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.