coroot-node-agent icon indicating copy to clipboard operation
coroot-node-agent copied to clipboard

AWS ECS agent support

Open sumeet-zuora opened this issue 2 years ago • 2 comments

Can we run this on AWS ECS? and get metrics for node, container and logs

sumeet-zuora avatar Oct 05 '22 21:10 sumeet-zuora

Unfortunately, in the case of AWS ECS, it is not possible to collect metrics at the node level (because ECS is a serverless solution) and those based on eBPF (due to very limited privileges). Thus, node-agent cannot be used to monitor containers running on ECS. Perhaps we will implement the collection of ECS container metrics as part of aws-agent.

def avatar Oct 06 '22 16:10 def

But, is possible to only do log analysis and turn off other features of agent like node metrics and network metrics?

sc7565 avatar Oct 14 '22 03:10 sc7565