aboutsummaryrefslogtreecommitdiff
path: root/docker/prometheus/prometheus.yml
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-01-21 00:47:27 -0800
committerChris Lu <chris.lu@gmail.com>2021-01-21 00:47:27 -0800
commita9e6db1a8e964f10571a5e11c197fd2da141c6f7 (patch)
tree0a22db3d6c68178d8e913c1bffd550ae4127a7e1 /docker/prometheus/prometheus.yml
parentf0455dee683e831487c345a575b7894c0e2bf61a (diff)
parent84f05787f8eecfcb61e49882346ad5855b6bb784 (diff)
downloadseaweedfs-origin/ftp.tar.xz
seaweedfs-origin/ftp.zip
Merge branch 'master' into ftporigin/ftp
Diffstat (limited to 'docker/prometheus/prometheus.yml')
-rw-r--r--docker/prometheus/prometheus.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/docker/prometheus/prometheus.yml b/docker/prometheus/prometheus.yml
new file mode 100644
index 000000000..34f669d56
--- /dev/null
+++ b/docker/prometheus/prometheus.yml
@@ -0,0 +1,13 @@
+global:
+ scrape_interval: 30s
+ scrape_timeout: 10s
+
+scrape_configs:
+ - job_name: services
+ metrics_path: /metrics
+ static_configs:
+ - targets:
+ - 'prometheus:9090'
+ - 'volume:9325'
+ - 'filer:9326'
+ - 's3:9327' \ No newline at end of file