We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using the Open Telemetry Zipkin exporter okhttp is a transitive dependency to provide the sender. This should be unnecessary as we have our own sender implementation. See https://github.com/micronaut-projects/micronaut-tracing/blob/master/tracing-zipkin/src/main/java/io/micronaut/tracing/brave/sender/HttpClientSender.java
okhttp should be excluded from the transitive dependency graph.
We may need a specific opentelemetry-zipkin module for this.
opentelemetry-zipkin
The text was updated successfully, but these errors were encountered:
n0tl3ss
No branches or pull requests
Feature description
When using the Open Telemetry Zipkin exporter okhttp is a transitive dependency to provide the sender. This should be unnecessary as we have our own sender implementation. See https://github.com/micronaut-projects/micronaut-tracing/blob/master/tracing-zipkin/src/main/java/io/micronaut/tracing/brave/sender/HttpClientSender.java
okhttp should be excluded from the transitive dependency graph.
We may need a specific
opentelemetry-zipkin
module for this.The text was updated successfully, but these errors were encountered: