You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 )
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: