* Update README for extensions propagators for #2067. * OpenTracing -> LightStep OpenTracing * Update extensions/trace-propagators/README.md Co-authored-by: Anuraag Agrawal <anuraaga@gmail.com> * b3 and jaeger are supported here. Co-authored-by: Anuraag Agrawal <anuraaga@gmail.com> |
||
|---|---|---|
| .. | ||
| src | ||
| README.md | ||
| build.gradle | ||
README.md
OpenTelemetry Contrib 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.
This project also contains 3rd-party propagators for other formats. These propagators are here for convenience and are not officially supported by the OpenTelemetry Java maintainers.
Issues/support for these propagators is only provided as a minimal "best effort", and critical bugs should be filed with the respective vendors themselves.
- AWS X-Ray (file an issue here and mention @anuraaga)
- LightStep OpenTracing (file an issue here and mention @carlosalberto)
Extension providers that do not receive adequate support/maintenance by their respective vendors will become candidates for future removal.