coroot-node-agent
coroot-node-agent copied to clipboard
AWS ECS agent support
Can we run this on AWS ECS? and get metrics for node, container and logs
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.
But, is possible to only do log analysis and turn off other features of agent like node metrics and network metrics?