commit | 320952bf7d09a05bc196917bf045b08b9bbfe701 | [log] [tgz] |
---|---|---|
author | Olivier Gaillard <gaillard@google.com> | Wed Feb 06 13:57:24 2019 +0000 |
committer | Olivier Gaillard <gaillard@google.com> | Thu Feb 07 12:58:55 2019 +0000 |
tree | 648facd9f8d3ee938314f6f2d8daeb2caa2c1207 | |
parent | 2d0c0e786f0cf33653ac210805348e7430f9dec9 [diff] [blame] |
Track the number of buckets dropped. Test: atest statsd_test Change-Id: I56973d2c87aaed0f1c4a6908682cc54cda39eceb
diff --git a/cmds/statsd/src/stats_log.proto b/cmds/statsd/src/stats_log.proto index 5b91482..73aab48 100644 --- a/cmds/statsd/src/stats_log.proto +++ b/cmds/statsd/src/stats_log.proto
@@ -418,6 +418,7 @@ optional int64 bad_value_type = 5; optional int64 condition_change_in_next_bucket = 6; optional int64 invalidated_bucket = 7; + optional int64 bucket_dropped = 8; } repeated AtomMetricStats atom_metric_stats = 17;