Skip to content

Commit

Permalink
Add total_ns field in Latency object (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
mangalaman93 authored Nov 27, 2019
1 parent 2007f08 commit c7a0267
Show file tree
Hide file tree
Showing 2 changed files with 126 additions and 89 deletions.
1 change: 1 addition & 0 deletions protos/api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ message Latency {
uint64 processing_ns = 2;
uint64 encoding_ns = 3;
uint64 assign_timestamp_ns = 4;
uint64 total_ns = 5;
}

message Metrics {
Expand Down
214 changes: 125 additions & 89 deletions protos/api/api.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c7a0267

Please sign in to comment.