diff options
| author | 2018-10-26 15:20:18 -0700 | |
|---|---|---|
| committer | 2018-10-26 22:22:51 +0000 | |
| commit | 9d426e141d15e7c15bdbbfaa3a01910d438241fc (patch) | |
| tree | 14d556fa01c778223518faec4fb69b1acc8396cd | |
| parent | e42fbe4606eaec8f753e4853ea1130734b8da21b (diff) | |
allow statsd pull based on event trigger.
Bug: b/118482428
Test: make statsdprotolite
Change-Id: I5a40d5e6a409b65ca1639029d5da83c327ed1798
Merged-In: Ia15b1f209945f022edffb9ec5d673317d55d9e4f
| -rw-r--r-- | cmds/statsd/src/statsd_config.proto | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmds/statsd/src/statsd_config.proto b/cmds/statsd/src/statsd_config.proto index cf5530000555..a6b9b7841707 100644 --- a/cmds/statsd/src/statsd_config.proto +++ b/cmds/statsd/src/statsd_config.proto @@ -219,6 +219,8 @@ message GaugeMetric { optional int64 what = 2; + optional int64 trigger_event = 12; + optional FieldFilter gauge_fields_filter = 3; optional int64 condition = 4; |