Skip to content

Commit 293d537

Browse files
committed
expexp: fix example config
1 parent 1763579 commit 293d537

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/prometheus/exporter.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,10 @@ A simple http exporter module file could look like:
4242

4343
exporter_modules/http.yaml:
4444

45-
node:
46-
method: http
47-
http:
48-
port: 9100
49-
path: '/metrics'
45+
method: http
46+
http:
47+
port: 9100
48+
path: '/metrics'
5049

5150
## Incompatibilities
5251

0 commit comments

Comments
 (0)