seaweedfs/docker/prometheus/prometheus.yml

14 lines
285 B
YAML
Raw Normal View History

2021-01-17 13:33:14 +00:00
global:
scrape_interval: 30s
scrape_timeout: 10s
scrape_configs:
- job_name: services
metrics_path: /metrics
static_configs:
- targets:
- 'prometheus:9090'
- 'master:9324'
2021-01-17 13:33:14 +00:00
- 'volume:9325'
- 'filer:9326'
- 's3:9327'