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
|
# 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.
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Reference in a new issue