Raw telemetry clean up

This commit is contained in:
Seth Call 2026-01-06 21:02:58 -06:00
parent cbc2e4f147
commit b14f8006f8
1 changed files with 97 additions and 0 deletions

View File

@ -273,6 +273,33 @@ data:
}
],
"title": "Raw Peer Telemetry",
"transformations": [
{
"id": "organize",
"options": {
"excludeByName": {
"app": true,
"container": true,
"job": true,
"level": true,
"namespace": true,
"stream": true,
"type": true
},
"indexByName": {
"Time": 0,
"room": 1,
"user": 2,
"p2p": 3,
"protocol": 4,
"relay": 5,
"turn_server": 6,
"video_seen": 7
},
"renameByName": {}
}
}
],
"type": "table"
},
{
@ -310,6 +337,30 @@ data:
}
],
"title": "Raw Join Telemetry",
"transformations": [
{
"id": "organize",
"options": {
"excludeByName": {
"app": true,
"container": true,
"job": true,
"level": true,
"namespace": true,
"stream": true,
"type": true
},
"indexByName": {
"Time": 0,
"room": 1,
"user": 2,
"others_on_join": 3,
"session_age_on_join": 4
},
"renameByName": {}
}
}
],
"type": "table"
},
{
@ -347,6 +398,29 @@ data:
}
],
"title": "Raw Join Summary Telemetry",
"transformations": [
{
"id": "organize",
"options": {
"excludeByName": {
"app": true,
"container": true,
"job": true,
"level": true,
"namespace": true,
"stream": true,
"type": true
},
"indexByName": {
"Time": 0,
"room": 1,
"user": 2,
"how_many_seen_on_join": 3
},
"renameByName": {}
}
}
],
"type": "table"
},
{
@ -384,6 +458,29 @@ data:
}
],
"title": "Raw Leave Summary Telemetry",
"transformations": [
{
"id": "organize",
"options": {
"excludeByName": {
"app": true,
"container": true,
"job": true,
"level": true,
"namespace": true,
"stream": true,
"type": true
},
"indexByName": {
"Time": 0,
"room": 1,
"user": 2,
"how_many_seen_on_leave": 3
},
"renameByName": {}
}
}
],
"type": "table"
}
],