stats master_replica_placement_mismatch

This commit is contained in:
Konstantin Lebedev
2022-06-10 15:30:40 +05:00
parent 4a5135961f
commit fb57aa431c
4 changed files with 21 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ scrape_configs:
static_configs:
- targets:
- 'prometheus:9090'
- 'master:9324'
- 'volume:9325'
- 'filer:9326'
- 's3:9327'

View File

@@ -6,7 +6,8 @@ services:
ports:
- 9333:9333
- 19333:19333
command: "master -ip=master -ip.bind=0.0.0.0"
- 9324:9324
command: "master -ip=master -ip.bind=0.0.0.0 -metricsPort=9324"
volume:
image: chrislusf/seaweedfs # use a remote image
ports: