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] - OtlpTraceExporterService does not expose configruations for underlying #1535

Closed ClaudioWaldvogel closed 1 year ago

ClaudioWaldvogel commented 1 year ago

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

Expected behavior It is possible to configure headers and for OtlpTraceExporterService

heiko-holz commented 1 year ago

Was closed by #1536