Send Traefik metrics, logs, and traces to Datadog to monitor your Traefik services.
The Traefik check is not included in the Datadog Agent package, so you need to install it.
For Agent v7.21+ / v6.21+, follow the instructions below to install the Traefik check on your host. See Use Community Integrations to install with the Docker Agent or earlier versions of the Agent.
-
Run the following command to install the Agent integration:
datadog-agent integration install -t datadog-traefik==<INTEGRATION_VERSION>
-
Configure your integration similar to core integrations.
For information about the changes from v1 to v2, see the Traefik migration guide. For information about the latest version, see the Traefik documentation.
Follow Traefik's documentation to send Traefik metrics to Datadog.
Available for Agent >6.0
By default, Traefik logs are sent to stdout. This should not be changed for containerized version, because the Datadog Agent can collect logs directly from the container stdout
/stderr
.
-
To configure Traefik to log to a file, add the following in the Traefik configuration file:
[traefikLog] filePath = "/path/to/traefik.log" format = "json"
The common Apache Access format is used by default and is supported by this integration.
-
Collecting logs is disabled by default in the Datadog Agent. Enable it in your
datadog.yaml
file with:logs_enabled: true
-
Add this configuration block to your
traefik.d/conf.yaml
file at the root of your Agent's configuration directory to start collecting your Traefik logs:logs: - type: file path: /path/to/traefik.log source: traefik service: traefik
Change the
path
andservice
parameter values and configure them for your environment.
- Enable APM for Datadog, if needed.
- Follow Traefik's documentation to send traces to Datadog.
See Traefik documentation for information about v1. For information about the changes from v1 to v2, see the Traefik migration guide.
-
To collect Traefik metrics, open the
traefik.d/conf.yaml
file in theconf.d/
folder at the root of your Agent's configuration directory. -
Add this configuration setup to your
traefik.d/conf.yaml
file to start gathering your metrics:init_config: instances: - host: 10.1.2.3 port: "8080" path: "/health" scheme: "http"
Configuration Options:
- host: Traefik endpoint to query. Required
- port: API listener of Traefik endpoint. Default value
8080
. Optional - path: Path of Traefik health check endpoint. Default
/health
. Optional - scheme: Scheme of Traefik health check endpoint. Default
http
. Optional
-
Restart the Agent to begin sending Traefik metrics to Datadog.
See the sample traefik.d/conf.yaml for all available configuration options.
Available for Agent >6.0
By default, Traefik logs are sent to stdout. This should not be changed for containerized version, as the Datadog Agent is able to collect logs directly from container stdout
/stderr
.
-
To configure Traefik to log to a file, add the following in the Traefik configuration file:
[traefikLog] filePath = "/path/to/traefik.log" format = "json"
The common Apache Access format is used by default and is supported by this integration.
-
Collecting logs is disabled by default in the Datadog Agent. Enable it in your
datadog.yaml
file with:logs_enabled: true
-
Add this configuration block to your
traefik.d/conf.yaml
file at the root of your Agent's configuration directory to start collecting your Traefik logs:logs: - type: file path: /path/to/traefik.log source: traefik service: traefik
Change the
path
andservice
parameter values and configure them for your environment.
Available for Traefik v1.7+
- Enable APM for Datadog, if needed.
- Follow Traefik's documentation to send traces to Datadog.
Run the Agent's status
subcommand and look for traefik
under the Checks section.
The check is compatible with all major platforms.
Metrics
For v2, see the list of Traefik metrics sent to Datadog.
For v1, see the list of metrics provided by the integration.
See metadata.csv for a list of metrics provided by this integration.
The Traefik check does not include any events.
See service_checks.json for a list of service checks provided by this integration.
Need help? Contact Datadog support.