inspectIT / inspectit-ocelot

inspectIT Ocelot - Java agent for collecting application performance, tracing and behavior data
http://www.inspectit.rocks/
Apache License 2.0
204 stars 69 forks source link

[Bug] - OtlpMetricsExporterService does not expose configruations for underlying #1534

Closed ClaudioWaldvogel closed 1 year ago

ClaudioWaldvogel commented 1 year ago

Describe the bug OtlpMetricsExporterService uses io.opentelemetry.exporter.otlp.metrics.OtlpGrpcMetricExporter internally. But does not expose configuration values for e.g. headers and temporality. Thus, it is not possible to e.g authenticate against a basic auth secured OTEL Collector.

Expected behavior It is possible to configure headers and temporality for OtlpMetricsExporterService