Datadog Agent Integration
Note the APM port of the datadog agent and change it to a different value. Set Astradot Agent to listen at the port Datadog agent was previously listening on. Tell Astradot Agent to forward data to the new Datadog APM Port.
Example:
By default, Datadog agent listens on port 8126. Change it to listen on port 9126.
In the Astradot Agent config:
set
AST_TRACE_FORWARD_PORT
value to 9126.set AST_APM_PORT to 8126
also modify spec.template.spec.containers.port and ensure containerPort and hostPort are set to 8126.
Last updated
Was this helpful?