Skip to content

Commit

Permalink
Merge pull request logrhythm#69 from Robert-Weber/duration
Browse files Browse the repository at this point in the history
duration sidesteps the bug in ES for timeTotal
  • Loading branch information
Ben Aldrich committed Aug 27, 2013
2 parents b7e7642 + 9863a71 commit 1b8d0e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion protofiles/DpiMsgLRproto.proto
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ message DpiMsgLRproto
optional uint64 BytesTotalDelta = 28;
optional string Application = 29;
optional string ApplicationPath = 30;
optional uint64 timeTotal = 31;
optional uint64 duration = 31;
optional uint64 messageSize = 32;
optional uint32 threadId = 33;
optional uint64 fieldCount = 34;
Expand Down
2 changes: 1 addition & 1 deletion resources/DpiMsgLRproto.protoheader
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ message DpiMsgLRproto
optional uint64 BytesTotalDelta = 28;
optional string Application = 29;
optional string ApplicationPath = 30;
optional uint64 timeTotal = 31;
optional uint64 duration = 31;
optional uint64 messageSize = 32;
optional uint32 threadId = 33;
optional uint64 fieldCount = 34;
Expand Down

0 comments on commit 1b8d0e7

Please sign in to comment.