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 # To enable Traefik to export internal metrics to Prometheus
[metrics.prometheus] [metrics.prometheus]
# Name of the related entry point
#
# Optional
# Default: "traefik"
#
entryPoint = "traefik"
# Buckets for latency metrics # Buckets for latency metrics
# #
# Optional # Optional
@ -76,11 +83,11 @@
### InfluxDB ### InfluxDB
```toml ```toml
[web] [metrics]
# ... # ...
# InfluxDB metrics exporter type # InfluxDB metrics exporter type
[web.metrics.influxdb] [metrics.influxdb]
# InfluxDB's address. # InfluxDB's address.
# #