aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/config/configuration/traefik/traefik.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/config/configuration/traefik/traefik.toml b/app/config/configuration/traefik/traefik.toml
index 03fca8a..4a48fde 100644
--- a/app/config/configuration/traefik/traefik.toml
+++ b/app/config/configuration/traefik/traefik.toml
@@ -43,3 +43,8 @@ entrypoint = "admin"
prefix = "traefik"
domain = "web.deuxfleurs.fr"
exposedByDefault = false
+
+[metrics]
+ [metrics.prometheus]
+ # -- below is for traefik 1.7 see https://doc.traefik.io/traefik/v1.7/configuration/metrics/
+ entryPoint = "admin"