Enhancement Description
Update the Zipkin examples to export traces with OTLP while continuing to use Zipkin as the backend.
Use Case
OpenTelemetry Java 1.65 stopped publishing opentelemetry-exporter-zipkin, so PR #1258 temporarily pins that dependency to 1.64.0.
Proposed Solution
Use opentelemetry-exporter-otlp in the Zipkin example and related documentation snippets, and configure the Zipkin backend with OTLP ingestion support. Remove the temporary 1.64.0 pins.
Additional Context
Affected examples include zipkin, doc-snippets/configuration, and doc-snippets/exporters.
Enhancement Description
Update the Zipkin examples to export traces with OTLP while continuing to use Zipkin as the backend.
Use Case
OpenTelemetry Java 1.65 stopped publishing
opentelemetry-exporter-zipkin, so PR #1258 temporarily pins that dependency to 1.64.0.Proposed Solution
Use
opentelemetry-exporter-otlpin the Zipkin example and related documentation snippets, and configure the Zipkin backend with OTLP ingestion support. Remove the temporary 1.64.0 pins.Additional Context
Affected examples include
zipkin,doc-snippets/configuration, anddoc-snippets/exporters.