open-telemetry / opentelemetry-python

OpenTelemetry Python API and SDK
https://opentelemetry.io
Apache License 2.0
1.66k stars 568 forks source link

Update opentracing and opencesus docs examples to not use JaegerExporter #3970

Open emdneto opened 2 weeks ago

emdneto commented 2 weeks ago

Describe your environment

No response

What happened?

Through this search found there are two examples using JaegerExporter.

Since v1.35, the Jaeger supports OTLP natively. Please use the OTLP exporter instead. Support for this exporter will end July 2023.

Steps to Reproduce

Search for JaegerExporter

Expected Result

Examples must use OTLP exporter instead. Also update README.rst files accordingly (instructions on how to run the examples and packages to install),

Actual Result

Examples are using JaegerExporter

Additional context

No response

Would you like to implement a fix?

No

arunk1988 commented 1 week ago

Hi @emdneto I am looking into it, will open a PR once i make some progress.