Skip to content

Commit 8401727

Browse files
Fix Prometheus config example (#5397)
1 parent 9662135 commit 8401727

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

content/en/docs/collector/internal-telemetry.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ service:
3636
telemetry:
3737
metrics:
3838
readers:
39-
pull:
40-
exporter:
41-
prometheus:
42-
host: '0.0.0.0'
43-
port: 8888
39+
- pull:
40+
exporter:
41+
prometheus:
42+
host: '0.0.0.0'
43+
port: 8888
4444
```
4545
4646
You can adjust the verbosity of the Collector metrics output by setting the

0 commit comments

Comments
 (0)