Closed akash1810 closed 1 month ago
Latest commit: 43dc653509934a06771bf9118c72563b59a20afb
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
What does this change?
Extends on https://github.com/guardian/cdk/pull/2255 to collect all ASG level metrics as standard. These metrics should come at no extra cost, at least the docs state:
UPDATE: After raising an AWS have responded to a support ticket about this:
How to test
See updated snapshots.
How can we measure success?
Group level metrics are useful when understanding service disruption.
Have we considered potential risks?
This change should have no cost impact. If it does, or if you only want a subset, the escape hatch mechanism can be used:
Checklist
[^1]: Consider whether this is something that will mean changes to projects that have already been migrated, or to the CDK CLI tool. If changes are required, consider adding a checklist here and/or linking to related PRs. [^2]: If you are adding a new construct or pattern, has new documentation been added? If you are amending defaults or changing behaviour, are the existing docs still valid?