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
Noticing that the Quarkus opentelemtry libraries are at version 1.6 and the latest library is 1.9.1
Any ideas on how to set up gradle to use the correct opentelemtry library.
The text was updated successfully, but these errors were encountered:
quarkus-logging-splunk does NOT sends logs to OpenTelemetry collector, it rather connects directly to Splunk HEC endpoint via HTTP. Using an OT collector would be an alternative to this extension (but I think the current Quarkus opentelemetry extension only handles traces ?), as I see there's a mapping documented between OT logging events and HEC logging events ( https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/logs/data-model.md#splunk-hec )
Sorry, something went wrong.
FYI there is an ongoing effort at Quarkus io community level: quarkusio/quarkus#38239
No branches or pull requests
Noticing that the Quarkus opentelemtry libraries are at version 1.6 and the latest library is 1.9.1
Any ideas on how to set up gradle to use the correct opentelemtry library.
The text was updated successfully, but these errors were encountered: