HDDS-1741. Fix prometheus configuration in ozoneperf example cluster
Closes #1045
This commit is contained in:
parent
8965ddcf59
commit
acd2d524e8
|
@ -22,4 +22,4 @@ scrape_configs:
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets:
|
- targets:
|
||||||
- "scm:9876"
|
- "scm:9876"
|
||||||
- "ozoneManager:9874"
|
- "om:9874"
|
||||||
|
|
Loading…
Reference in New Issue