cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Dynatrace for ECS Fargate shows only one task at same time

SergioB
Newcomer

Hello community, I am recently with the task of deploying the Dynatrace agent in containers running on ECS Fargate with Gitlab. This installation task was done prior to the build of the image in a CICD stage. All this seems to work fine but the problem is that I don't see in Dynatrace the correct task number scaling, i.e. I see the first container but not additional ones if I scale in quantity. If I replace the displayed task with a new one, stopping the container, the Host displayed by Dynatrace is the new container. In the process group there is only one host.

script:
# Dynatrace
- DT_HOME=dynatrace
- mkdir -p "$DT_HOME"
- wget -O "$DT_HOME/oneagent.zip" "$DT_API_URL/v1/deployment/installer/agent/unix/paas/latest?Api-Token=$DT_API_TOKEN&$DT_ONEAGENT_OPTIONS"
- unzip -d "$DT_HOME" "$DT_HOME/oneagent.zip"
- rm "$DT_HOME/oneagent.zip"

artifacts:
paths:
- ./dynatrace/

HOST(THERE IS ONLY ONE)

OneAgent version 1.259.339.20230228-182655 (NodeJS)
Architecture x86, 64-bit
Cloud EC2
Data center Ashburn, United States
Hypervisor type AWS Nitro
Memory limit 512 MB
PaaS type AWS Fargate
Physical CPU cores 1

 

0 REPLIES 0