chore: few intuitive changes in dashboard (#130)

This commit is contained in:
Prem Chaitanya Prathi 2024-09-30 10:28:26 +05:30 committed by GitHub
parent ed6a0cf007
commit 4146279705
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 9 additions and 13 deletions

View File

@ -553,7 +553,7 @@
}
]
},
"unit": "binBps"
"unit": "binbps"
},
"overrides": []
},
@ -584,7 +584,7 @@
},
"editorMode": "code",
"exemplar": false,
"expr": "rate(waku_relay_network_bytes_total{direction=\"in\"}[$__rate_interval])",
"expr": "rate(waku_relay_network_bytes_total{direction=\"in\"}[$__rate_interval])*8",
"legendFormat": "{{topic}}/{{type}}",
"range": true,
"refId": "A"
@ -649,7 +649,7 @@
}
]
},
"unit": "binBps"
"unit": "binbps"
},
"overrides": []
},
@ -679,7 +679,7 @@
"uid": "PBFA97CFB590B2093"
},
"editorMode": "code",
"expr": "rate(waku_relay_network_bytes_total{direction=\"out\"}[$__rate_interval])",
"expr": "rate(waku_relay_network_bytes_total{direction=\"out\"}[$__rate_interval])*8",
"legendFormat": "{{topic}}",
"range": true,
"refId": "A"
@ -869,10 +869,6 @@
{
"color": "green",
"value": null
},
{
"color": "red",
"value": 80
}
]
}
@ -1019,7 +1015,7 @@
},
{
"color": "red",
"value": 80
"value": 250
}
]
}
@ -1383,7 +1379,7 @@
}
]
},
"unit": "binBps"
"unit": "binbps"
},
"overrides": []
},
@ -1413,7 +1409,7 @@
"uid": "PBFA97CFB590B2093"
},
"editorMode": "code",
"expr": "rate(libp2p_network_bytes_total{direction=\"in\"}[$__rate_interval])",
"expr": "rate(libp2p_network_bytes_total{direction=\"in\"}[$__rate_interval])*8",
"legendFormat": "traffic_{{direction}}",
"range": true,
"refId": "A"
@ -1478,7 +1474,7 @@
}
]
},
"unit": "binBps"
"unit": "binbps"
},
"overrides": []
},
@ -1508,7 +1504,7 @@
"uid": "PBFA97CFB590B2093"
},
"editorMode": "code",
"expr": "rate(libp2p_network_bytes_total{direction=\"out\"}[$__rate_interval])",
"expr": "rate(libp2p_network_bytes_total{direction=\"out\"}[$__rate_interval])*8",
"legendFormat": "traffic_{{direction}}",
"range": true,
"refId": "A"