fix bug with new dashoard
This commit is contained in:
parent
27527ae05a
commit
f23a045833
|
|
@ -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"
|
||||
}
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in New Issue