Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AWS ECS agent support #6

Open
sumeet-zuora opened this issue Oct 5, 2022 · 2 comments
Open

AWS ECS agent support #6

sumeet-zuora opened this issue Oct 5, 2022 · 2 comments

Comments

@sumeet-zuora
Copy link

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

@def
Copy link
Member

def commented Oct 6, 2022

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.

@sc7565
Copy link

sc7565 commented Oct 14, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants