Open davidmoshal opened 2 years ago
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 )
FYI there is an ongoing effort at Quarkus io community level: https://github.com/quarkusio/quarkus/pull/38239
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.