-
Notifications
You must be signed in to change notification settings - Fork 30
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
Updating EKSIntegration for Enhanced Container Insights #369
Conversation
"apiserver_request_total": {}, | ||
"apiserver_request_total_5xx": {}, | ||
"apiserver_admission_controller_admission_duration_seconds": {}, | ||
"apiserver_admission_step_admission_duration_seconds", |
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.
is this missing an {}
?
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.
Good catch, updated
@@ -2,7 +2,8 @@ | |||
"logs": { | |||
"metrics_collected": { | |||
"kubernetes": { | |||
"metrics_collection_interval": 30 | |||
"metrics_collection_interval": 30, | |||
"enhanced_container_insights": true |
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.
Not going to block -- would it be better to have a separate test for enhanced_container_insights ?
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.
Will be addressed in a separate test which tests every observation
Description of the issue
Capture enhanced container insights metrics for EKSIntegrationTest
License
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Tests
https://github.com/aws/amazon-cloudwatch-agent/actions/runs/6685532283/job/18163971709