Astradot
  • Home
  • Release Notes
  • Security and Privacy
  • System Agent
    • Installation on Linux
    • Datadog Agent Integration
    • Installation on Kubernetes
    • Datadog Agent Integration
    • Environment Variables
    • Config File
    • AWS Integration
  • Application Agent
    • Java Agent
  • Infrastructure Integrations
    • Apache
    • AWS ElasticCache
    • AWS RDS
    • HAProxy
    • MongoDB
    • MySQL
    • Nginx
    • PgBouncer
    • PostgreSQL
    • RabbitMQ
    • Redis
    • Consul
    • Etcd
    • Oracle
Powered by GitBook
On this page

Was this helpful?

  1. System Agent

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:

  1. By default, Datadog agent listens on port 8126. Change it to listen on port 9126.

  2. In the Astradot Agent config:

    1. set AST_TRACE_FORWARD_PORT value to 9126.

    2. set AST_APM_PORT to 8126

    3. also modify spec.template.spec.containers.port and ensure containerPort and hostPort are set to 8126.

PreviousInstallation on KubernetesNextEnvironment Variables

Last updated 2 years ago

Was this helpful?