From 392060c8a4d71d7267026bfafd34d2fffe3cb37d Mon Sep 17 00:00:00 2001 From: David Zhao Date: Sat, 1 Jun 2024 22:51:42 -0700 Subject: [PATCH] Include node_id with analytics events in order to make it easier to reconcile in a distributed setup --- protobufs/livekit_analytics.proto | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/protobufs/livekit_analytics.proto b/protobufs/livekit_analytics.proto index 27e8ccbe..44b03a28 100644 --- a/protobufs/livekit_analytics.proto +++ b/protobufs/livekit_analytics.proto @@ -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 {