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

Updating EKSIntegration for Enhanced Container Insights #369

Merged
merged 7 commits into from
Oct 30, 2023
Merged

Conversation

mitali-salvi
Copy link
Contributor

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

@mitali-salvi mitali-salvi requested a review from a team as a code owner October 29, 2023 23:06
@mitali-salvi mitali-salvi self-assigned this Oct 29, 2023
"apiserver_request_total": {},
"apiserver_request_total_5xx": {},
"apiserver_admission_controller_admission_duration_seconds": {},
"apiserver_admission_step_admission_duration_seconds",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this missing an {} ?

Copy link
Contributor Author

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
Copy link
Contributor

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 ?

Copy link
Contributor Author

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

@mitali-salvi mitali-salvi merged commit b048a62 into main Oct 30, 2023
2 checks passed
@mitali-salvi mitali-salvi deleted the enhanceCI branch October 30, 2023 17:48
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

Successfully merging this pull request may close these issues.

3 participants