Hi everyone, I'm looking to gather CPU, memory, a...
# ask-community
s
Hi everyone, I'm looking to gather CPU, memory, and network performance metrics from Prefect/ECS tasks and send them to DataDog. I've successfully set up a sidecar container using the configuration from this example, which is sending metrics from the DataDog agent itself. However, I'm not seeing any metrics from the actual tasks themselves. Could someone guide me on how to configure this correctly within ECS to ensure the task metrics are also reported to DataDog? Any tips or advice would be greatly appreciated! Thanks !