From f0af0fc8dd61df148940d730115ba93c22df5ea0 Mon Sep 17 00:00:00 2001 From: Seth Call Date: Sat, 10 Jan 2026 19:49:55 -0600 Subject: [PATCH] Add ice states --- .../session-telemetry-dashboard.yaml | 22 +++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/k8s/monitoring/templates/session-telemetry-dashboard.yaml b/k8s/monitoring/templates/session-telemetry-dashboard.yaml index 4e446ab..c64692c 100644 --- a/k8s/monitoring/templates/session-telemetry-dashboard.yaml +++ b/k8s/monitoring/templates/session-telemetry-dashboard.yaml @@ -550,9 +550,16 @@ data: "local_candidate_type": 8, "remote_candidate_type": 9, "remote_ip": 10, - "user_agent": 11 + "ice_state": 11, + "user_agent": 12 }, - "renameByName": {} + "renameByName": { + "ice_state": "ICE State", + "local_candidate_type": "Local Candidate", + "remote_candidate_type": "Remote Candidate", + "remote_ip": "Remote IP", + "user_agent": "User Agent" + } } } ], @@ -875,9 +882,16 @@ data: "local_candidate_type": 8, "remote_candidate_type": 9, "remote_ip": 10, - "user_agent": 11 + "ice_state": 11, + "user_agent": 12 }, - "renameByName": {} + "renameByName": { + "ice_state": "ICE State", + "local_candidate_type": "Local Candidate", + "remote_candidate_type": "Remote Candidate", + "remote_ip": "Remote IP", + "user_agent": "User Agent" + } } } ],