traefik/docs/content/observability/metrics/overview.md

27 lines
349 B
Markdown
Raw Normal View History

2019-07-18 21:36:05 +02:00
# Metrics
Metrics system
{: .subtitle }
Traefik supports 4 metrics backends:
2019-09-02 12:18:04 +02:00
- [Datadog](./datadog.md)
2019-07-18 21:36:05 +02:00
- [InfluxDB](./influxdb.md)
- [Prometheus](./prometheus.md)
- [StatsD](./statsd.md)
## Configuration
To enable metrics:
```toml tab="File (TOML)"
[metrics]
```
2019-07-22 09:58:04 +02:00
```yaml tab="File (YAML)"
2019-07-18 21:36:05 +02:00
metrics: {}
```
```bash tab="CLI"
2019-07-22 09:58:04 +02:00
--metrics=true
2019-07-18 21:36:05 +02:00
```