forked from Deuxfleurs/infrastructure
Merge pull request 'Add traefik v1 prometheus metrics configuration' (#27) from feature/enable-traefik-metrics into master
Reviewed-on: Deuxfleurs/infrastructure#27
This commit is contained in:
commit
41e33f40ad
1 changed files with 5 additions and 0 deletions
|
@ -43,3 +43,8 @@ entrypoint = "admin"
|
||||||
prefix = "traefik"
|
prefix = "traefik"
|
||||||
domain = "web.deuxfleurs.fr"
|
domain = "web.deuxfleurs.fr"
|
||||||
exposedByDefault = false
|
exposedByDefault = false
|
||||||
|
|
||||||
|
[metrics]
|
||||||
|
[metrics.prometheus]
|
||||||
|
# -- below is for traefik 1.7 see https://doc.traefik.io/traefik/v1.7/configuration/metrics/
|
||||||
|
entryPoint = "admin"
|
||||||
|
|
Loading…
Reference in a new issue