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

Commit

Permalink
Updating step scaling policy alarm configuration (#163)
Browse files Browse the repository at this point in the history
* step scaling policy alarm configuration supports custom metric dimensions
  • Loading branch information
amit-git committed Dec 7, 2021
1 parent 1ef953c commit 088d3f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/proto/netflix/titus/titus_autoscale_api.proto
Expand Up @@ -54,6 +54,8 @@ message AlarmConfiguration {
// The statistic for the metric associated with the alarm, other than
// percentile.
oneof statisticOneof { Statistic statistic = 8; }
// The dimensions for the metric specified in MetricName.
repeated MetricDimension metricDimensions = 9;
}

// Describes step adjustment options
Expand Down

0 comments on commit 088d3f9

Please sign in to comment.