about summary refs log tree commit diff
path: root/bundles/traefik/files/metrics.yaml
blob: 817e6cc99afcd0803030b906b6ae5e7858dcc732 (plain) (blame)
1
2
3
4
5
6
7
8
http:
  routers:
    traefik-metrics:
      entrypoints: metrics
      rule: Path(`/metrics/traefik`)
      service: prometheus@internal
      middlewares:
        - replacepath-bare@file