1
0
mirror of https://github.com/containous/traefik.git synced 2025-03-22 02:50:13 +03:00

Clean metrics documentation.

This commit is contained in:
Ludovic Fernandez 2018-06-13 17:44:04 +02:00 committed by Traefiker Bot
parent b59276ff1c
commit 6ceb2af4a7

@ -80,7 +80,8 @@
# ...
```
### InfluxDB
## InfluxDB
```toml
[metrics]
@ -105,22 +106,3 @@
# ...
```
## Statistics
```toml
# Metrics definition
[metrics]
# ...
# Enable more detailed statistics.
[metrics.statistics]
# Number of recent errors logged.
#
# Default: 10
#
recentErrors = 10
# ...
```