Skip to content

Commit

Permalink
Add time_micros field in Event
Browse files Browse the repository at this point in the history
The time_micros field allows clients to send time in microseconds
  • Loading branch information
mcorbin authored and jamtur01 committed Jan 24, 2017
1 parent d71dc01 commit 797e8db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions riemann-java-client/src/main/proto/riemann/proto.proto
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ message Event {
optional float ttl = 8;
repeated Attribute attributes = 9;

optional int64 time_micros = 10;
optional sint64 metric_sint64 = 13;
optional double metric_d = 14;
optional float metric_f = 15;
Expand Down

0 comments on commit 797e8db

Please sign in to comment.