aboutsummaryrefslogtreecommitdiff
path: root/docker/prometheus
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2022-06-10 06:44:16 -0700
committerGitHub <noreply@github.com>2022-06-10 06:44:16 -0700
commit36757d28a8552c02187409c6d25e2c20f4a32b58 (patch)
tree3e7a8219fb6e3e10bf4c52ed742d9b24bdf2535f /docker/prometheus
parent9f8b72a54d8c97db5963f5204e2857e93bf22612 (diff)
parentfb57aa431c52b7b5575e2eadd52ed3045d6c6c51 (diff)
downloadseaweedfs-36757d28a8552c02187409c6d25e2c20f4a32b58.tar.xz
seaweedfs-36757d28a8552c02187409c6d25e2c20f4a32b58.zip
Merge pull request #3163 from kmlebedev/metric_replica_placement_mismatch
stats master_replica_placement_mismatch
Diffstat (limited to 'docker/prometheus')
-rw-r--r--docker/prometheus/prometheus.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/prometheus/prometheus.yml b/docker/prometheus/prometheus.yml
index 34f669d56..2f0ead441 100644
--- a/docker/prometheus/prometheus.yml
+++ b/docker/prometheus/prometheus.yml
@@ -8,6 +8,7 @@ scrape_configs:
static_configs:
- targets:
- 'prometheus:9090'
+ - 'master:9324'
- 'volume:9325'
- 'filer:9326'
- 's3:9327' \ No newline at end of file