Skip to content
This repository has been archived by the owner on Jun 7, 2022. It is now read-only.

Updating step scaling policy alarm configuration #163

Merged
merged 2 commits into from
Dec 7, 2021

Conversation

amit-git
Copy link
Contributor

@amit-git amit-git commented Dec 6, 2021

Step scaling policy configuration needs to support custom metric dimensions in order to build scaling on metrics that are not tagged with AutoScalingGroup (default)

@@ -54,6 +54,8 @@ message AlarmConfiguration {
// The statistic for the metric associated with the alarm, other than
// percentile.
oneof statisticOneof { Statistic statistic = 8; }

repeated MetricDimension metricDimensions = 9;
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you add a comment to this field? All of the other metrics have a comment and I don't think it would be clear to a user if/what they should set here. I believe the other comments were derived from the comments on their AWS equivalents.

@amit-git amit-git merged commit 088d3f9 into Netflix:master Dec 7, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants