-
Notifications
You must be signed in to change notification settings - Fork 63
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
[ecs][prometheus] Add ContainerInsight ECS Prometheus #308
Conversation
- Run extra apps as service, i.e., no longer run collector as sidecar - Add templates for extra sample apps - NOT tested, jusrt porting previous unmerged PRs
For cloudwatch container insights
Should use taskDefinitionFamily directly, copied namespace from eks ...
if (cwContext.getNginx() != null) { | ||
apps.add(cwContext.getNginx()); | ||
} | ||
if (cwContext.getJmx() != null) { | ||
apps.add(cwContext.getJmx()); | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we only verify 2 kind of workloads?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can't verify nginx plus unless we change a email every 30 days to get a trail. The app mesh environment is too hard to setup using terraform and is not that useful because as long as one workload is running, it should works for other, the discovery and scraping mechanism is the same.
Terraform
VPC
ECS
Prometheus
Tested using my own account, for github action, we need to update security group.