add entrypoint in prometheus doc and remove web on influxdb doc

This commit is contained in:
SALLEYRON Julien
2017-11-22 16:28:03 +01:00
committed by Traefiker
parent 5dc1ec68a3
commit da5e4a13bf

View File

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