descriptions
This commit is contained in:
parent
417cdc0d59
commit
952026edac
|
|
@ -61,6 +61,7 @@ data:
|
||||||
"refId": "A"
|
"refId": "A"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"description": "Percentage of telemetry events where video was successfully seen by the participant.",
|
||||||
"title": "Overall Video Success Rate",
|
"title": "Overall Video Success Rate",
|
||||||
"type": "stat"
|
"type": "stat"
|
||||||
},
|
},
|
||||||
|
|
@ -95,6 +96,7 @@ data:
|
||||||
"refId": "A"
|
"refId": "A"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"description": "Breakdown of peer connections using direct P2P vs those relayed through a TURN server.",
|
||||||
"title": "P2P vs non-P2P",
|
"title": "P2P vs non-P2P",
|
||||||
"type": "piechart"
|
"type": "piechart"
|
||||||
},
|
},
|
||||||
|
|
@ -129,6 +131,7 @@ data:
|
||||||
"refId": "A"
|
"refId": "A"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"description": "Comparison of transport protocols (UDP vs TCP) used by participants.",
|
||||||
"title": "Protocol Breakdown (UDP/TCP)",
|
"title": "Protocol Breakdown (UDP/TCP)",
|
||||||
"type": "piechart"
|
"type": "piechart"
|
||||||
},
|
},
|
||||||
|
|
@ -163,7 +166,8 @@ data:
|
||||||
"refId": "A"
|
"refId": "A"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Join Success Summary",
|
"description": "Summary of what participants saw upon joining (e.g., 'first' in the room vs 'all' others seen).",
|
||||||
|
"title": "Join Summary",
|
||||||
"type": "piechart"
|
"type": "piechart"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -197,7 +201,8 @@ data:
|
||||||
"refId": "A"
|
"refId": "A"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Leave Success Summary (Full Session)",
|
"description": "Summary of what participants had seen by the time they left the session.",
|
||||||
|
"title": "Leave Summary",
|
||||||
"type": "piechart"
|
"type": "piechart"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -216,6 +221,7 @@ data:
|
||||||
"refId": "A"
|
"refId": "A"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"description": "Heatmap showing the number of other participants already present in the room when a new user joins.",
|
||||||
"title": "Participants on Join (Distribution)",
|
"title": "Participants on Join (Distribution)",
|
||||||
"type": "heatmap"
|
"type": "heatmap"
|
||||||
},
|
},
|
||||||
|
|
@ -235,6 +241,7 @@ data:
|
||||||
"refId": "A"
|
"refId": "A"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"description": "Heatmap showing how long the session has been active when a new user joins.",
|
||||||
"title": "Session Age on Join (Distribution)",
|
"title": "Session Age on Join (Distribution)",
|
||||||
"type": "heatmap"
|
"type": "heatmap"
|
||||||
},
|
},
|
||||||
|
|
@ -271,6 +278,7 @@ data:
|
||||||
"maxLines": 500,
|
"maxLines": 500,
|
||||||
"refId": "A"
|
"refId": "A"
|
||||||
],
|
],
|
||||||
|
"description": "Raw table of connection and media telemetry events per user/room.",
|
||||||
"title": "Raw Peer Telemetry",
|
"title": "Raw Peer Telemetry",
|
||||||
"transformations": [
|
"transformations": [
|
||||||
{
|
{
|
||||||
|
|
@ -351,6 +359,7 @@ data:
|
||||||
"maxLines": 500,
|
"maxLines": 500,
|
||||||
"refId": "A"
|
"refId": "A"
|
||||||
],
|
],
|
||||||
|
"description": "Raw table of events recorded exactly when a user joins a room.",
|
||||||
"title": "Raw Join Telemetry",
|
"title": "Raw Join Telemetry",
|
||||||
"transformations": [
|
"transformations": [
|
||||||
{
|
{
|
||||||
|
|
@ -428,6 +437,7 @@ data:
|
||||||
"maxLines": 500,
|
"maxLines": 500,
|
||||||
"refId": "A"
|
"refId": "A"
|
||||||
],
|
],
|
||||||
|
"description": "Detailed counts of participants seen by the user upon joining.",
|
||||||
"title": "Raw Join Summary Telemetry",
|
"title": "Raw Join Summary Telemetry",
|
||||||
"transformations": [
|
"transformations": [
|
||||||
{
|
{
|
||||||
|
|
@ -504,6 +514,7 @@ data:
|
||||||
"maxLines": 500,
|
"maxLines": 500,
|
||||||
"refId": "A"
|
"refId": "A"
|
||||||
],
|
],
|
||||||
|
"description": "Detailed counts of participants seen by the user throughout their entire session once they leave.",
|
||||||
"title": "Raw Leave Summary Telemetry",
|
"title": "Raw Leave Summary Telemetry",
|
||||||
"transformations": [
|
"transformations": [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue