summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Treehugger Robot <treehugger-gerrit@google.com> 2018-10-27 03:51:31 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2018-10-27 03:51:31 +0000
commitbd4ae82f66d3b1af0b90f2bc533d8147bcc91beb (patch)
tree14d556fa01c778223518faec4fb69b1acc8396cd
parente42fbe4606eaec8f753e4853ea1130734b8da21b (diff)
parent9d426e141d15e7c15bdbbfaa3a01910d438241fc (diff)
Merge "allow statsd pull based on event trigger."
-rw-r--r--cmds/statsd/src/statsd_config.proto2
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;