-
Notifications
You must be signed in to change notification settings - Fork 81
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
Make monitoring of node groups configurable #1032
Labels
impact/accessibility
Something that is difficult or impossible for some people to use
kind/enhancement
Improvements or new features
resolution/fixed
This issue was fixed
Comments
maxemann96
added
kind/enhancement
Improvements or new features
needs-triage
Needs attention from the triage team
labels
Feb 1, 2024
mjeffryes
added
impact/accessibility
Something that is difficult or impossible for some people to use
and removed
needs-triage
Needs attention from the triage team
labels
Feb 2, 2024
Thanks for filing this @maxemann96. In the meantime, you might be able to manage this using transformations |
I forgot about transformations. Thanks for the info. Will use that as workaround. |
flostadler
added a commit
that referenced
this issue
May 15, 2024
Expose parameter for configuring monitoring settings of NodeGroups. With detailed monitoring, all metrics, including status check metrics, are available in 1-minute intervals. When enabled, you can also get aggregated data across groups of similar instances. What's notable that this cannot be turned on for ManagedNodeGroups because AWS doesn't expose controls for the underlying ASG (aws/containers-roadmap#762) Closes #1032
Thanks for the implementation :) |
flostadler
added a commit
that referenced
this issue
Sep 4, 2024
Expose parameter for configuring monitoring settings of NodeGroups. With detailed monitoring, all metrics, including status check metrics, are available in 1-minute intervals. When enabled, you can also get aggregated data across groups of similar instances. What's notable that this cannot be turned on for ManagedNodeGroups because AWS doesn't expose controls for the underlying ASG (aws/containers-roadmap#762) Closes #1032
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
impact/accessibility
Something that is difficult or impossible for some people to use
kind/enhancement
Improvements or new features
resolution/fixed
This issue was fixed
Hello!
Issue details
Currently it's not possible to alter the detailed logging switch in the underlying ec2 LaunchConfiguration / NodeLaunchTemplate, while managing the resource with this provider. Since we are monitoring our cluster with the Prometheus stack, we don't need the cloudwatch monitoring.
Affected area/feature
For Node.js, a change should be implemented starting here
The text was updated successfully, but these errors were encountered: