-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Log a warning when an export fails for http/protobuf
#48573
New issue
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
Conversation
http/protobuf
/cc @brunobat (opentelemetry), @radcortez (opentelemetry) |
This comment has been minimized.
This comment has been minimized.
...ime/src/main/java/io/quarkus/opentelemetry/runtime/exporter/otlp/sender/VertxHttpSender.java
Outdated
Show resolved
Hide resolved
This is exactly the same as with grpc Fixes: quarkusio#48572
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense to me. Should we backport?
Status for workflow
|
Good idea |
This is exactly the same as with
grpc
quarkus.otel.exporter.otlp.protocol=http/protobuf
#48572