opentelemetry-java/api/trace
Anuraag Agrawal 17fa4e9c97
Only apply java-library to projects and configure reactively. (#2319)
* Use java-library

* Only apply java-library to projects and configure reactively.

* Consistency

* Cleanup
2020-12-17 09:11:44 +09: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 Only apply java-library to projects and configure reactively. (#2319) 2020-12-17 09:11:44 +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.