Skip to content

Commit

Permalink
Add forward metrics (livekit#722)
Browse files Browse the repository at this point in the history
* Add forward metrics

* generated protobuf

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
cnderrauber and github-actions[bot] authored May 24, 2024
1 parent 90dfd66 commit 6410d00
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 3 deletions.
26 changes: 24 additions & 2 deletions livekit/livekit_internal.pb.go

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

6 changes: 5 additions & 1 deletion protobufs/livekit_internal.proto
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,11 @@ message NodeStats {
uint64 participant_rtc_init = 46;
float participant_rtc_init_per_sec = 47;

// NEXT ID: 48
// forward metrics
uint32 forward_latency = 48;
uint32 forward_jitter = 49;

// NEXT ID: 50
}

message StartSession {
Expand Down

0 comments on commit 6410d00

Please sign in to comment.