Skip to content

Commit

Permalink
Fix Prometheus config example (#5397)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-vguttha authored Oct 14, 2024
1 parent 9662135 commit 8401727
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions content/en/docs/collector/internal-telemetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ service:
telemetry:
metrics:
readers:
pull:
exporter:
prometheus:
host: '0.0.0.0'
port: 8888
- pull:
exporter:
prometheus:
host: '0.0.0.0'
port: 8888
```
You can adjust the verbosity of the Collector metrics output by setting the
Expand Down

0 comments on commit 8401727

Please sign in to comment.