Skip to content

Commit

Permalink
Tuned bandwidth per shard metric panel to handle gross/net distinction
Browse files Browse the repository at this point in the history
  • Loading branch information
NagyZoltanPeter committed Jul 19, 2024
1 parent 2e05c07 commit a054111
Showing 1 changed file with 26 additions and 16 deletions.
42 changes: 26 additions & 16 deletions monitoring/configuration/dashboards/nwaku-monitoring.json
Original file line number Diff line number Diff line change
Expand Up @@ -583,8 +583,9 @@
"uid": "PBFA97CFB590B2093"
},
"editorMode": "code",
"exemplar": false,
"expr": "rate(waku_relay_network_bytes_total{direction=\"in\"}[$__rate_interval])",
"legendFormat": "{{topic}}",
"legendFormat": "{{topic}}/{{type}}",
"range": true,
"refId": "A"
}
Expand Down Expand Up @@ -3693,7 +3694,8 @@
"mode": "absolute",
"steps": [
{
"color": "green"
"color": "green",
"value": null
}
]
}
Expand Down Expand Up @@ -3800,7 +3802,8 @@
"mode": "absolute",
"steps": [
{
"color": "green"
"color": "green",
"value": null
},
{
"color": "red",
Expand Down Expand Up @@ -3913,7 +3916,8 @@
"mode": "absolute",
"steps": [
{
"color": "green"
"color": "green",
"value": null
},
{
"color": "red",
Expand Down Expand Up @@ -4025,7 +4029,8 @@
"mode": "absolute",
"steps": [
{
"color": "green"
"color": "green",
"value": null
},
{
"color": "red",
Expand Down Expand Up @@ -4138,7 +4143,8 @@
"mode": "absolute",
"steps": [
{
"color": "green"
"color": "green",
"value": null
}
]
},
Expand Down Expand Up @@ -4245,7 +4251,8 @@
"mode": "absolute",
"steps": [
{
"color": "green"
"color": "green",
"value": null
},
{
"color": "red",
Expand Down Expand Up @@ -4361,7 +4368,8 @@
"mode": "absolute",
"steps": [
{
"color": "semi-dark-red"
"color": "semi-dark-red",
"value": null
},
{
"color": "semi-dark-yellow",
Expand Down Expand Up @@ -4430,7 +4438,8 @@
"mode": "absolute",
"steps": [
{
"color": "semi-dark-green"
"color": "semi-dark-green",
"value": null
},
{
"color": "semi-dark-yellow",
Expand Down Expand Up @@ -4499,7 +4508,8 @@
"mode": "absolute",
"steps": [
{
"color": "semi-dark-red"
"color": "semi-dark-red",
"value": null
},
{
"color": "#EAB839",
Expand Down Expand Up @@ -4595,7 +4605,8 @@
"mode": "absolute",
"steps": [
{
"color": "green"
"color": "green",
"value": null
},
{
"color": "red",
Expand Down Expand Up @@ -5634,10 +5645,9 @@
"list": [
{
"current": {
"isNone": true,
"selected": false,
"text": "None",
"value": ""
"text": "postgres-exporter:9187",
"value": "postgres-exporter:9187"
},
"datasource": {
"type": "prometheus",
Expand Down Expand Up @@ -5754,8 +5764,8 @@
]
},
"time": {
"from": "2024-06-26T02:42:06.763Z",
"to": "2024-06-26T04:42:06.771Z"
"from": "now-30m",
"to": "now"
},
"timepicker": {
"refresh_intervals": [
Expand Down

0 comments on commit a054111

Please sign in to comment.