Skip to content

Datadog

Datadog data can be sent to Datable by modifying the Datadog agent configuration, either in the configuration file or via an environment variable.

Environment variables:

yaml
DD_LOGS_CONFIG_DD_URL: YOUR_DATABLE_HOST.dtbl.io:5301
DD_APM_DD_URL: YOUR_DATABLE_HOST.dtbl.io:5301

YAML configuration:

To configure these settings in the Datadog agent configuration file, add/modify the following values, ensuring that any parent keys are also uncommented and not duplicated.

yaml
logs_config:
    logs_dd_url: YOUR_DATABLE_HOST.dtbl.io:5301
    use_http: true
apm_config:
    apm_dd_url: YOUR_DATABLE_HOST.dtbl.io:5301