Traefik Metrics
Configure Traefik to export operational metrics to your preferred monitoring backend. See Traefik Metrics documentation for details.
Metrics are currently disabled. Enable metrics above to configure a monitoring backend.
Information
Traefik can expose operational metrics to various monitoring systems. After saving, restart the Traefik container for changes to take effect.
- Prometheus – Pull-based scraping via a dedicated metrics entry point. Add a
metricsentryPoint in traefik.yml listening on port 8082. - InfluxDB v2 – Push metrics to an InfluxDB 2.x time-series database using token authentication.
- Datadog – Push metrics to a local DogStatsD agent which forwards them to Datadog.
- StatsD – Push metrics to any StatsD-compatible server.
- OpenTelemetry – Export metrics via OTLP to an OpenTelemetry Collector (HTTP or gRPC).