opentelemetry-operator
opentelemetry-operator copied to clipboard
Update Instrumentation E2E Tests content
Currently Instrumentation e2e tests configuration content is random e.g. OTEL_EXPORTER_OTLP_ENDPOINT should always point to the default exporter port used in the supported instrumentation.
e.g. instrumentatio-python points to OTLP gRPC
port but instrumentation is using OTLP HTTP exporter (4318)
+1
The right solution is to test if the reporting works - https://github.com/open-telemetry/opentelemetry-operator/issues/552
Closing this in favor of #552