[RESTRICT AUTOMERGE] Proto changes to update app upgade CTS

Updates statsd config proto to have the new fields to split buckets for
app ugprade. This is only needed to make CTS compile.

Test: TH
Bug: 195601319
Change-Id: I7efe20ec0bab1cf48223beca11f44d1653758603
This commit is contained in:
Tej Singh
2021-09-03 16:55:05 -07:00
parent ec568a975c
commit 8b7d0353dd

View File

@@ -220,6 +220,8 @@ message CountMetric {
repeated MetricStateLink state_link = 9;
optional bool split_bucket_for_app_upgrade = 11;
optional FieldMatcher dimensions_in_condition = 7 [deprecated = true];
reserved 100;
@@ -250,6 +252,8 @@ message DurationMetric {
optional TimeUnit bucket = 7;
optional bool split_bucket_for_app_upgrade = 12;
optional FieldMatcher dimensions_in_condition = 8 [deprecated = true];
reserved 100;
@@ -289,7 +293,7 @@ message GaugeMetric {
optional int32 max_pull_delay_sec = 13 [default = 30];
optional bool split_bucket_for_app_upgrade = 14 [default = true];
optional bool split_bucket_for_app_upgrade = 14;
reserved 100;
reserved 101;
@@ -342,7 +346,7 @@ message ValueMetric {
optional int32 max_pull_delay_sec = 16 [default = 30];
optional bool split_bucket_for_app_upgrade = 17 [default = true];
optional bool split_bucket_for_app_upgrade = 17;
optional FieldMatcher dimensions_in_condition = 9 [deprecated = true];