mirror of
https://github.com/jcwimer/docker-swarm-autoscaler
synced 2026-03-24 15:04:42 +00:00
19 lines
316 B
YAML
19 lines
316 B
YAML
global:
|
|
scrape_interval: 30s
|
|
evaluation_interval: 30s
|
|
|
|
scrape_configs:
|
|
- job_name: 'prometheus'
|
|
dns_sd_configs:
|
|
- names:
|
|
- 'tasks.prometheus'
|
|
type: 'A'
|
|
port: 9090
|
|
|
|
- job_name: 'cadvisor'
|
|
dns_sd_configs:
|
|
- names:
|
|
- 'tasks.cadvisor'
|
|
type: 'A'
|
|
port: 8080
|