fix bug with new dashoard

This commit is contained in:
Seth Call 2026-01-04 17:52:36 -06:00
parent 27527ae05a
commit f23a045833
1 changed files with 4 additions and 4 deletions

View File

@ -88,7 +88,7 @@ data:
"targets": [
{
"expr": "sum(session_peer_telemetry_total) by (p2p)",
"legendFormat": "P2P: {{p2p}}",
"legendFormat": "P2P: {{ "{{" }}p2p{{ "}}" }}",
"refId": "A"
}
],
@ -119,7 +119,7 @@ data:
"targets": [
{
"expr": "sum(session_peer_telemetry_total) by (protocol)",
"legendFormat": "{{protocol}}",
"legendFormat": "{{ "{{" }}protocol{{ "}}" }}",
"refId": "A"
}
],
@ -150,7 +150,7 @@ data:
"targets": [
{
"expr": "sum(session_summary_telemetry_total{type=\"join\"}) by (how_many_seen)",
"legendFormat": "{{how_many_seen}}",
"legendFormat": "{{ "{{" }}how_many_seen{{ "}}" }}",
"refId": "A"
}
],
@ -181,7 +181,7 @@ data:
"targets": [
{
"expr": "sum(session_summary_telemetry_total{type=\"leave\"}) by (how_many_seen)",
"legendFormat": "{{how_many_seen}}",
"legendFormat": "{{ "{{" }}how_many_seen{{ "}}" }}",
"refId": "A"
}
],