Datadog

Receives telemetry data from the Datadog Agent. (opens in a new tab)

Supported Signal Types


Metrics Logs Traces

Configuration Options


Option Type Default Description
Port number 8126 Port to listen on for incoming telemetry data.

Send Data to the Collector

Datadog Agent

Update your Datadog Agent configuration to send data to the Cardinal Collector's Service URL by setting the dd_url, logs_dd_url, and apm_dd_url properties.

datadog:
  dd_url: "http://mycollector.cardinalhq.svc.cluster.local:8126"
 
  customAgentConfig:
    apm_config:
      apm_dd_url: "http://mycollector.cardinalhq.svc.cluster.local:8126"
 
    logs_config:
      logs_dd_url: "mycollector.cardinalhq.svc.cluster.local:8126"
      use_http: true
      logs_no_ssl: true

Add a Datadog Destination to your Pipeline to continue forwarding data to your Datadog account.