opentelemetry-java/sdk/all
John Watson bd6a329211
Obfuscate the GlobalOpenTelemetry instance. (#2829)
* Obfuscate the GlobalOpenTelemetry instance.
This is to prevent people from casting to the SDK implementation.
Resolves #2788

* Add some more tests for the global obfuscation
2021-02-18 08:59:56 +09:00
..
src Obfuscate the GlobalOpenTelemetry instance. (#2829) 2021-02-18 08:59:56 +09:00
README.md Adding instructions to run benchmarks (#2271) 2020-12-11 14:40:16 +09:00
build.gradle.kts Migrate api / sdk projects to build.gradle.kts (#2609) 2021-01-29 10:10:40 -08:00

README.md

OpenTelemetry SDK

Javadocs


Running micro-benchmarks

From the root of the repo run ./gradlew clean :opentelemetry-sdk:jmh to run all the benchmarks or run ./gradlew clean :opentelemetry-sdk:jmh -PjmhIncludeSingleClass=<ClassNameHere> to run a specific benchmark class.