* migrate from junit/jupiter assertions to assertj in a few remaining places. * reorder |
||
---|---|---|
.. | ||
src | ||
README.md | ||
build.gradle.kts |
README.md
OpenTelemetry Extension Trace Propagators
This repository provides several trace propagators, used to propagate context across a distributed trace.
OpenTelemetry Java provides first-party support for B3 (OpenZipkin) and Jaeger propagators. Issues with those propagators should be filed against this repo.
Running micro-benchmarks
From the root of the repo run ./gradlew clean :opentelemetry-extension-trace-propagators:jmh
to run all the benchmarks
or run ./gradlew clean :opentelemetry-extension-trace-propagators:jmh -PjmhIncludeSingleClass=<ClassNameHere>
to run a specific benchmark class.