Skip to content

Commit

Permalink
dashboards: rm vm_indexdb_items_added_size_bytes_total expression
Browse files Browse the repository at this point in the history
Rate over `vm_indexdb_items_added_size_bytes_total` doesn't seem to be useful
on the dasbhoard panel.

Signed-off-by: hagen1778 <roman@victoriametrics.com>
  • Loading branch information
hagen1778 committed Apr 22, 2022
1 parent 5f58f0a commit 44082fd
Showing 1 changed file with 10 additions and 28 deletions.
38 changes: 10 additions & 28 deletions dashboards/victoriametrics.json
Expand Up @@ -58,7 +58,7 @@
"gnetId": 10229,
"graphTooltip": 0,
"id": null,
"iteration": 1650628185139,
"iteration": 1650637176348,
"links": [
{
"icon": "doc",
Expand Down Expand Up @@ -2584,7 +2584,7 @@
"h": 8,
"w": 12,
"x": 0,
"y": 9
"y": 33
},
"hiddenSeries": false,
"id": 66,
Expand Down Expand Up @@ -2688,7 +2688,7 @@
"h": 8,
"w": 12,
"x": 12,
"y": 9
"y": 33
},
"hiddenSeries": false,
"id": 96,
Expand All @@ -2715,13 +2715,7 @@
"pointradius": 2,
"points": false,
"renderer": "flot",
"seriesOverrides": [
{
"$$hashKey": "object:96",
"alias": "bytes",
"yaxis": 2
}
],
"seriesOverrides": [],
"spaceLength": 10,
"stack": false,
"steppedLine": false,
Expand All @@ -2736,18 +2730,6 @@
"interval": "",
"legendFormat": "items",
"refId": "A"
},
{
"datasource": {
"type": "prometheus",
"uid": "$ds"
},
"exemplar": true,
"expr": "sum(rate(vm_indexdb_items_added_size_bytes_total{job=~\"$job\", instance=~\"$instance\"}[$__rate_interval]))",
"hide": false,
"interval": "",
"legendFormat": "bytes",
"refId": "C"
}
],
"thresholds": [],
Expand All @@ -2774,7 +2756,7 @@
},
{
"$$hashKey": "object:77",
"format": "bytes",
"format": "short",
"logBase": 1,
"min": "0",
"show": true
Expand Down Expand Up @@ -2805,7 +2787,7 @@
"h": 8,
"w": 12,
"x": 0,
"y": 17
"y": 41
},
"hiddenSeries": false,
"id": 68,
Expand Down Expand Up @@ -2912,7 +2894,7 @@
"h": 8,
"w": 12,
"x": 12,
"y": 17
"y": 41
},
"hiddenSeries": false,
"id": 60,
Expand Down Expand Up @@ -3002,7 +2984,7 @@
"h": 8,
"w": 12,
"x": 0,
"y": 25
"y": 49
},
"hiddenSeries": false,
"id": 90,
Expand Down Expand Up @@ -3096,7 +3078,7 @@
"h": 8,
"w": 12,
"x": 12,
"y": 25
"y": 49
},
"hiddenSeries": false,
"id": 74,
Expand Down Expand Up @@ -4246,7 +4228,7 @@
]
},
"time": {
"from": "now-30m",
"from": "now-3h",
"to": "now"
},
"timepicker": {
Expand Down

0 comments on commit 44082fd

Please sign in to comment.