diff --git a/components/tracing/otel-collector/staging/otel-collector-helm-values.yaml b/components/tracing/otel-collector/staging/otel-collector-helm-values.yaml index 1b46d140ca9..0d7033c840f 100644 --- a/components/tracing/otel-collector/staging/otel-collector-helm-values.yaml +++ b/components/tracing/otel-collector/staging/otel-collector-helm-values.yaml @@ -8,6 +8,8 @@ config: realm: "us1" api_url: "https://api.us1.signalfx.com" access_token: ${env:SIGNALFX_API_TOKEN} + prometheus: + endpoint: 0.0.0.0:8889 extensions: # The health_check extension is mandatory for this chart. # Without the health_check extension the collector will fail the readiness and liveliness probes. @@ -61,7 +63,23 @@ config: - attributes/stage receivers: - otlp - metrics: null + metrics: + receivers: + - otlp + processors: + - memory_limiter + - batch + exporters: + - prometheus + telemetry: + metrics: + level: basic + readers: + - pull: + exporter: prometheus + host: 0.0.0.0 + port: 8888 + # Configuration for ports ports: otlp: