docs: remove misleading metrics overview configuration
This commit is contained in:
parent
27ec0912d5
commit
525a6cf5b2
1 changed files with 0 additions and 16 deletions
|
@ -7,22 +7,6 @@ Traefik supports 4 metrics backends:
|
||||||
- [Prometheus](./prometheus.md)
|
- [Prometheus](./prometheus.md)
|
||||||
- [StatsD](./statsd.md)
|
- [StatsD](./statsd.md)
|
||||||
|
|
||||||
## Configuration
|
|
||||||
|
|
||||||
To enable metrics:
|
|
||||||
|
|
||||||
```yaml tab="File (YAML)"
|
|
||||||
metrics: {}
|
|
||||||
```
|
|
||||||
|
|
||||||
```toml tab="File (TOML)"
|
|
||||||
[metrics]
|
|
||||||
```
|
|
||||||
|
|
||||||
```bash tab="CLI"
|
|
||||||
--metrics=true
|
|
||||||
```
|
|
||||||
|
|
||||||
## Server Metrics
|
## Server Metrics
|
||||||
|
|
||||||
| Metric | DataDog | InfluxDB | Prometheus | StatsD |
|
| Metric | DataDog | InfluxDB | Prometheus | StatsD |
|
||||||
|
|
Loading…
Reference in a new issue