quarkusio / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
13.53k stars 2.61k forks source link

Implement low memory mode in the OpenTelemetry exporters. #40602

Open brunobat opened 3 months ago

brunobat commented 3 months ago

Description

Support the use the LowAllocationLogsRequestMarshaler added here: https://github.com/open-telemetry/opentelemetry-java/commit/0d2d67efe4b2bd9c75e15349adda53dafcf1f09b

Enabled here on the OTel exporters: https://github.com/open-telemetry/opentelemetry-java/commit/4d8f4f31111cfac2ad8e0e467f604318ae88e3ab

Will require the support of this property: otel.java.experimental.exporter.memory_mode.

quarkus-bot[bot] commented 3 months ago

/cc @radcortez (opentelemetry)