Skip to content
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

Which version of opentelemetry does this work with? #69

Open
davidmoshal opened this issue Dec 9, 2021 · 2 comments
Open

Which version of opentelemetry does this work with? #69

davidmoshal opened this issue Dec 9, 2021 · 2 comments

Comments

@davidmoshal
Copy link

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.

  • assming that's required.
@rquinio1A
Copy link
Member

rquinio1A commented Dec 10, 2021

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 )

@edeweerd1A
Copy link
Contributor

FYI there is an ongoing effort at Quarkus io community level: quarkusio/quarkus#38239

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants