You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should respect the spec, we use KEDA_HTTP_OTEL_HTTP_COLLECTOR_ENDPOINT when it should be OTEL_EXPORTER_OTLP_ENDPOINT (and probably supported automatically under the hood), or KEDA_HTTP_OTEL_HTTP_COLLECTOR_INSECURE instead of OTEL_EXPORTER_OTLP_INSECURE and other cases
The text was updated successfully, but these errors were encountered:
Report
We have merged the support for OTEL metrics, but the envs used don't respect the spec:
https://opentelemetry.io/docs/specs/otel/protocol/exporter/
Expected Behavior
We should respect the spec, we use
KEDA_HTTP_OTEL_HTTP_COLLECTOR_ENDPOINT
when it should beOTEL_EXPORTER_OTLP_ENDPOINT
(and probably supported automatically under the hood), orKEDA_HTTP_OTEL_HTTP_COLLECTOR_INSECURE
instead ofOTEL_EXPORTER_OTLP_INSECURE
and other casesThe text was updated successfully, but these errors were encountered: