You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
259 B
13 lines
259 B
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'
|