Skip to content

Commit

Permalink
Include node_id with analytics events
Browse files Browse the repository at this point in the history
in order to make it easier to reconcile in a distributed setup
  • Loading branch information
davidzhao committed Jun 2, 2024
1 parent ec704e0 commit 392060c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion protobufs/livekit_analytics.proto
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,9 @@ message AnalyticsEvent {
string error = 20;
RTPStats rtp_stats = 21;
int32 video_layer = 22;
string node_id = 24;

// NEXT_ID: 24
// NEXT_ID: 25
}

message AnalyticsEvents {
Expand Down

0 comments on commit 392060c

Please sign in to comment.