prometheus.yml
global:
scrape_interval: 60s
evaluation_interval: 60s
scrape_configs:
- job_name: prometheus
static_configs:
- targets: ['localhost:9090']
labels:
instance: prometheus
- job_name: traefik
static_configs:
- targets: ['traefik:8082']
labels:
instance: traefik
Content type
Image
Digest
sha256:c45cf2083…
Size
73.2 MB
Last updated
almost 4 years ago
docker pull cnbattle/traefik-prometheus