opentelemetry-java/api/trace
Anuraag Agrawal 70f665992e
Migrate assertThrows -> assertThatThrownBy (#2375)
2020-12-21 08:57:33 -08:00
..
src Migrate assertThrows -> assertThatThrownBy (#2375) 2020-12-21 08:57:33 -08:00
README.md Adding instructions to run benchmarks (#2271) 2020-12-11 14:40:16 +09:00
build.gradle Use normal filesystem-based Gradle paths. (#2332) 2020-12-18 12:07:33 +09: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.