chore: few intuitive changes in dashboard

This commit is contained in:
Prem Chaitanya Prathi 2024-09-28 13:07:19 +05:30
parent ed6a0cf007
commit d75dc28629
No known key found for this signature in database

View File

@ -553,7 +553,7 @@
} }
] ]
}, },
"unit": "binBps" "unit": "binbps"
}, },
"overrides": [] "overrides": []
}, },
@ -584,7 +584,7 @@
}, },
"editorMode": "code", "editorMode": "code",
"exemplar": false, "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}}", "legendFormat": "{{topic}}/{{type}}",
"range": true, "range": true,
"refId": "A" "refId": "A"
@ -649,7 +649,7 @@
} }
] ]
}, },
"unit": "binBps" "unit": "binbps"
}, },
"overrides": [] "overrides": []
}, },
@ -679,7 +679,7 @@
"uid": "PBFA97CFB590B2093" "uid": "PBFA97CFB590B2093"
}, },
"editorMode": "code", "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}}", "legendFormat": "{{topic}}",
"range": true, "range": true,
"refId": "A" "refId": "A"
@ -869,10 +869,6 @@
{ {
"color": "green", "color": "green",
"value": null "value": null
},
{
"color": "red",
"value": 80
} }
] ]
} }
@ -1019,7 +1015,7 @@
}, },
{ {
"color": "red", "color": "red",
"value": 80 "value": 250
} }
] ]
} }
@ -1383,7 +1379,7 @@
} }
] ]
}, },
"unit": "binBps" "unit": "binbps"
}, },
"overrides": [] "overrides": []
}, },
@ -1413,7 +1409,7 @@
"uid": "PBFA97CFB590B2093" "uid": "PBFA97CFB590B2093"
}, },
"editorMode": "code", "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}}", "legendFormat": "traffic_{{direction}}",
"range": true, "range": true,
"refId": "A" "refId": "A"
@ -1478,7 +1474,7 @@
} }
] ]
}, },
"unit": "binBps" "unit": "binbps"
}, },
"overrides": [] "overrides": []
}, },
@ -1508,7 +1504,7 @@
"uid": "PBFA97CFB590B2093" "uid": "PBFA97CFB590B2093"
}, },
"editorMode": "code", "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}}", "legendFormat": "traffic_{{direction}}",
"range": true, "range": true,
"refId": "A" "refId": "A"