From da5e4a13bf252fe606a42031820066d73e557bea Mon Sep 17 00:00:00 2001 From: SALLEYRON Julien Date: Wed, 22 Nov 2017 16:28:03 +0100 Subject: [PATCH] add entrypoint in prometheus doc and remove web on influxdb doc --- docs/configuration/metrics.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/configuration/metrics.md b/docs/configuration/metrics.md index 1f842f75c..b305d1355 100644 --- a/docs/configuration/metrics.md +++ b/docs/configuration/metrics.md @@ -10,6 +10,13 @@ # To enable Traefik to export internal metrics to Prometheus [metrics.prometheus] + # Name of the related entry point + # + # Optional + # Default: "traefik" + # + entryPoint = "traefik" + # Buckets for latency metrics # # Optional @@ -76,11 +83,11 @@ ### InfluxDB ```toml -[web] +[metrics] # ... # InfluxDB metrics exporter type - [web.metrics.influxdb] + [metrics.influxdb] # InfluxDB's address. #