HDDS-1741. Fix prometheus configuration in ozoneperf example cluster

Closes #1045
This commit is contained in:
pifta 2019-07-03 22:48:40 +02:00 committed by Márton Elek
parent 8965ddcf59
commit acd2d524e8
No known key found for this signature in database
GPG Key ID: D51EA8F00EE79B28
1 changed files with 1 additions and 1 deletions

View File

@ -22,4 +22,4 @@ scrape_configs:
static_configs:
- targets:
- "scm:9876"
- "ozoneManager:9874"
- "om:9874"