Skip to content

Commit 4e56a13

Browse files
Recording Duration and StartTime (#1280)
* recording header duration and start time * generated protobuf --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9f0a786 commit 4e56a13

File tree

2 files changed

+29
-7
lines changed

2 files changed

+29
-7
lines changed

livekit/livekit_metrics.pb.go

Lines changed: 27 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protobufs/livekit_metrics.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,6 @@ message EventMetric {
9191
message MetricsRecordingHeader {
9292
string room_id = 1;
9393
optional bool enable_user_data_training = 2;
94+
uint64 duration = 3; // milliseconds
95+
google.protobuf.Timestamp start_time = 4;
9496
}

0 commit comments

Comments
 (0)