Skip to content

Commit

Permalink
Update livekit_metrics.proto
Browse files Browse the repository at this point in the history
  • Loading branch information
theomonnom committed Aug 20, 2024
1 parent b1be3c9 commit 72dac96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion protobufs/livekit_metrics.proto
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ message MetricsBatch {
}

message TimeSeriesMetric {
// Metric name e.g "speech_probablity". The string value is not directly stored in the message, but referenced by index
// in the `str_data` field of `MetricsBatch`
int32 label = 1;
int32 participant_identity = 2;
optional int32 track_sid = 3;
Expand All @@ -51,7 +53,6 @@ message MetricSample {
}

message EventMetric {
// Metric name e.g "assistant_interrupted", "speaking"
int32 label = 1;
int32 participant_identity = 2;
optional int32 track_sid = 3;
Expand Down

0 comments on commit 72dac96

Please sign in to comment.