I’m trying to add a Datadog agent using AWS Copilot, I’ve got the agent image listed as a sidecar which seems to be delivering metrics from the ECS Fargate into Datadog but the installation isn’t marked as completed in Datadog.
I can’t find much in way of documentation for using the sidecar approach, so I’m fairly convinced I’m missing something rather obvious. Here’s the current config:
datadog:
image: public.ecr.aws/datadog/agent
port: 8126
variables:
ECS_FARGATE: true
DD_APM_ENABLED: true
DD_DOGSTATSD_STATS_ENABLE: true
DD_DOGSTATSD_NON_LOCAL_TRAFFIC: true
DD_SITE: [datadoghq.eu](http://datadoghq.eu)```