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. #