mirror of
https://github.com/containous/traefik.git
synced 2024-12-25 23:21:40 +03:00
add entrypoint in prometheus doc and remove web on influxdb doc
This commit is contained in:
parent
5dc1ec68a3
commit
da5e4a13bf
@ -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 New Issue
Block a user