Skip to content

Commit

Permalink
Add forward metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
cnderrauber committed May 24, 2024
1 parent 90dfd66 commit 2a43a9c
Showing 1 changed file with 5 additions and 1 deletion.
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 2a43a9c

Please sign in to comment.