linghengqian opened a new issue, #37723: URL: https://github.com/apache/shardingsphere/issues/37723
## Feature Request **For English only**, other languages will not be accepted. Please pay attention on issues you submitted, because we maybe need more details. If no response anymore and we cannot make decision by current information, we will **close it**. Please answer these questions before submitting your issue. Thanks! ### Is your feature request related to a problem? - See https://github.com/apache/shardingsphere/pull/37717 . ### Describe the feature you would like. - The `io.opentelemetry:opentelemetry-exporter-zipkin` is deprecated and unmaintained. It doesn't even align with the dependencies of `open-telemetry/opentelemetry-java`, leading to the conclusion that everyone should only use OTLP. See https://github.com/open-telemetry/opentelemetry-specification/pull/4715 and https://github.com/open-telemetry/opentelemetry-java/issues/7863 . - Incidentally, Zipkin also supports OTLP. See https://github.com/openzipkin-contrib/zipkin-otel/blob/main/module/README.md . Developers can continue to pass data to Zipkin via `io.opentelemetry:opentelemetry-exporter-otlp`. - I believe we should remove the use of `io.opentelemetry:opentelemetry-exporter-zipkin`. This includes removing all related documentation and unit tests, integration tests, and E2E tests. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
