Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 22 additions & 4 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: 4 additions & 2 deletions protobufs/livekit_internal.proto
Original file line number Diff line number Diff line change
Expand Up @@ -119,14 +119,15 @@ message NodeStats {
uint64 participant_rtc_init = 46;
float participant_rtc_init_per_sec = 47 [deprecated = true];
uint64 participant_rtc_canceled = 53;
uint64 participant_rtc_active = 54;

// forward metrics
uint32 forward_latency = 48;
uint32 forward_jitter = 49;

repeated NodeStatsRate rates = 50;

// NEXT ID: 54
// NEXT ID: 55
}

// rates of different node stats (per second)
Expand Down Expand Up @@ -158,14 +159,15 @@ message NodeStatsRate {
float participant_rtc_connected = 18;
float participant_rtc_init = 19;
float participant_rtc_canceled = 26;
float participant_rtc_active = 27;

// time weighted averages across stats windows forming part of a rate measurement interval
float cpu_load = 20;
float memory_load = 21;
float memory_used = 22;
float memory_total = 23;

// NEXT ID: 27
// NEXT ID: 28
}

message StartSession {
Expand Down