Skip to content

Commit df2767a

Browse files
authored
PVO11Y-4876: Enable prometheus exporter/pipeline for Konflux opentelemetry in staging (#7508)
* PVO11Y-4876: Enable prometheus exporter/pipeline for Konflux opentelemetry in staging * Enable telemetry service in opentelemetry collector
1 parent 9becffc commit df2767a

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

components/tracing/otel-collector/staging/otel-collector-helm-values.yaml

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ config:
88
realm: "us1"
99
api_url: "https://api.us1.signalfx.com"
1010
access_token: ${env:SIGNALFX_API_TOKEN}
11+
prometheus:
12+
endpoint: 0.0.0.0:8889
1113
extensions:
1214
# The health_check extension is mandatory for this chart.
1315
# Without the health_check extension the collector will fail the readiness and liveliness probes.
@@ -61,7 +63,23 @@ config:
6163
- attributes/stage
6264
receivers:
6365
- otlp
64-
metrics: null
66+
metrics:
67+
receivers:
68+
- otlp
69+
processors:
70+
- memory_limiter
71+
- batch
72+
exporters:
73+
- prometheus
74+
telemetry:
75+
metrics:
76+
level: basic
77+
readers:
78+
- pull:
79+
exporter: prometheus
80+
host: 0.0.0.0
81+
port: 8888
82+
6583
# Configuration for ports
6684
ports:
6785
otlp:

0 commit comments

Comments
 (0)