add entrypoint in prometheus doc and remove web on influxdb doc
This commit is contained in:
parent
5dc1ec68a3
commit
da5e4a13bf
1 changed files with 9 additions and 2 deletions
|
@ -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.
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue