Skip to content

Commit 672b5c8

Browse files
add job id in MetricsRecordingHeader for chat log re-injection (#1646)
* add job id in MetricsRecordingHeader for chat log re-injection * generated protobuf * Update MetricsRecordingHeader with job id Add job id in MetricsRecordingHeader for chat log re-injection --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b6fd073 commit 672b5c8

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

.changeset/crisp-cougars-tie.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@livekit/protocol": patch
3+
---
4+
5+
add job id in MetricsRecordingHeader for chat log re-injection

livekit/livekit_metrics.pb.go

Lines changed: 11 additions & 2 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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,5 @@ message MetricsRecordingHeader {
9696
map<string, string> room_tags = 5;
9797
string room_name = 6;
9898
google.protobuf.Timestamp room_start_time = 7;
99+
string job_id = 8;
99100
}

0 commit comments

Comments
 (0)