Skip to content

Commit

Permalink
Add total_ns field in Latency object
Browse files Browse the repository at this point in the history
  • Loading branch information
mangalaman93 committed Nov 22, 2019
1 parent 3efa60e commit 23aee8c
Show file tree
Hide file tree
Showing 2 changed files with 125 additions and 88 deletions.
1 change: 1 addition & 0 deletions protos/api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ message Latency {
uint64 processing_ns = 2;
uint64 encoding_ns = 3;
uint64 assign_timestamp_ns = 4;
uint64 total_ns = 5;
}

message Metrics {
Expand Down
212 changes: 124 additions & 88 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 23aee8c

Please sign in to comment.