Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/wet-stingrays-yell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@fake-scope/fake-pkg": patch
---

add tags to agent recording proto
44 changes: 29 additions & 15 deletions livekit/livekit_metrics.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion observability/roomobs/room.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ func ToClientOS(os string) ClientOS {

func FormatBrowser(clientInfo *livekit.ClientInfo) string {
return strings.TrimSpace(fmt.Sprintf("%s %s", clientInfo.GetBrowser(), clientInfo.GetBrowserVersion()))

}

func FormatSDKVersion(clientInfo *livekit.ClientInfo) string {
Expand Down
1 change: 1 addition & 0 deletions protobufs/livekit_metrics.proto
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,5 @@ message MetricsRecordingHeader {
string room_id = 1;
uint64 duration = 3; // milliseconds
google.protobuf.Timestamp start_time = 4;
map<string, string> room_tags = 5;
}