opentelemetry-java/extensions/trace-propagators
jason plumb 6af53c226d
Update README for extensions propagators (#2207)
* 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>
2020-12-09 11:42:31 -08:00
..
src Remove deprecated code from trace propagation extension (#2234) 2020-12-08 16:52:40 -08:00
README.md Update README for extensions propagators (#2207) 2020-12-09 11:42:31 -08:00
build.gradle Remove Java 8 animalsniffer because we use -release flag (#2153) 2020-11-30 08:53:41 -08:00

README.md

OpenTelemetry Contrib Trace Propagators

Javadocs

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.