From 198f18fd8c9c0cd04c653f034277ec1669122f68 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Sun, 7 Apr 2013 07:08:47 +0200 Subject: [PATCH] src/riemann.proto: Import the protocol buffer for Riemann 0.2.0. --- src/riemann.proto | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/riemann.proto b/src/riemann.proto index 5aad7533..3e946a3a 100644 --- a/src/riemann.proto +++ b/src/riemann.proto @@ -20,6 +20,7 @@ message Event { optional string description = 5; repeated string tags = 7; optional float ttl = 8; + repeated Attribute attributes = 9; optional sint64 metric_sint64 = 13; optional double metric_d = 14; @@ -36,4 +37,9 @@ message Msg { repeated State states = 4; optional Query query = 5; repeated Event events = 6; -} \ No newline at end of file +} + +message Attribute { + required string key = 1; + optional string value = 2; +} -- 2.11.0