Collect logs and metrics from your Traefik using Vector.
1. Expose metrics from Traefik
Add metrics entrypoint to your traefik.yaml configuration file.
Add metrics entrypoint to your traefik.yaml
Copied!
entryPoints:
metrics:
address: ":8082"
If your Traefik instance is running in Docker and it's version 2.10 and later, please ensure the following settings are applied in your traefik.yaml configuration file: