|
|
||
|---|---|---|
| .. | ||
| src | ||
| README.md | ||
| build.gradle | ||
README.md
OpenTelemetry Trace API
- 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.