Sign inSign up

cnbattle/traefik-prometheus

By cnbattle

•Updated almost 4 years ago

Image
0

961

cnbattle/traefik-prometheus repository overview

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

Tag summary

Content type

Image

Digest

sha256:c45cf2083…

Size

73.2 MB

Last updated

almost 4 years ago

docker pull cnbattle/traefik-prometheus