diff options
| author | 2018-11-13 09:24:01 -0800 | |
|---|---|---|
| committer | 2018-11-13 09:24:01 -0800 | |
| commit | e3eab89df9ca580ee3a118d2907639b8da6616a8 (patch) | |
| tree | 5bbe79738f88f1fdab84b4f39e63cc52630f59b1 | |
| parent | ea0fb2dbccd7d3fc064ff8a66950a83852f87f7e (diff) | |
add UNKNOWN to proto enum
Test: manual test
Change-Id: Ibb6817d2c597eb03d30c7b05433da51bc81ce501
| -rw-r--r-- | cmds/statsd/src/statsd_config.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmds/statsd/src/statsd_config.proto b/cmds/statsd/src/statsd_config.proto index 5c46a296b9bf..aa789c799056 100644 --- a/cmds/statsd/src/statsd_config.proto +++ b/cmds/statsd/src/statsd_config.proto @@ -274,6 +274,7 @@ message ValueMetric { optional bool use_diff = 12; enum ValueDirection { + UNKNOWN = 0; INCREASING = 1; DECREASING = 2; ANY = 3; |