File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed
components/tracing/otel-collector/staging Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change 8
8
realm : " us1"
9
9
api_url : " https://api.us1.signalfx.com"
10
10
access_token : ${env:SIGNALFX_API_TOKEN}
11
+ prometheus :
12
+ endpoint : 0.0.0.0:8889
11
13
extensions :
12
14
# The health_check extension is mandatory for this chart.
13
15
# Without the health_check extension the collector will fail the readiness and liveliness probes.
@@ -61,7 +63,23 @@ config:
61
63
- attributes/stage
62
64
receivers :
63
65
- 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
+
65
83
# Configuration for ports
66
84
ports :
67
85
otlp :
You can’t perform that action at this time.
0 commit comments