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

View file

@ -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
# ...
```