quarkiverse / quarkus-logging-splunk

Quarkus extension to be able to send logs to a Splunk HTTP Event Collector
Apache License 2.0
11 stars 13 forks source link

Which version of opentelemetry does this work with? #69

Open davidmoshal opened 2 years ago

davidmoshal commented 2 years ago

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.

rquinio1A commented 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 )

edeweerd1A commented 8 months ago

FYI there is an ongoing effort at Quarkus io community level: https://github.com/quarkusio/quarkus/pull/38239