vmagent: update grafana dashboard (#634)

* reference datasource variable instead of datasource name;
* change unit from `bytes` to `bits/s` for Network panel.
This commit is contained in:
Roman Khavronenko 2020-07-17 00:11:20 +01:00 committed by GitHub
parent 8c14ca93fa
commit dfa156e6aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,14 +1,5 @@
{ {
"__inputs": [ "__inputs": [],
{
"name": "DS_VICTORIAMETRICS",
"label": "VictoriaMetrics",
"description": "",
"type": "datasource",
"pluginId": "prometheus",
"pluginName": "Prometheus"
}
],
"__requires": [ "__requires": [
{ {
"type": "grafana", "type": "grafana",
@ -65,7 +56,7 @@
"gnetId": null, "gnetId": null,
"graphTooltip": 1, "graphTooltip": 1,
"id": null, "id": null,
"iteration": 1594753996013, "iteration": 1594939790534,
"links": [ "links": [
{ {
"icon": "doc", "icon": "doc",
@ -96,7 +87,7 @@
"panels": [ "panels": [
{ {
"collapsed": false, "collapsed": false,
"datasource": "${DS_VICTORIAMETRICS}", "datasource": "$ds",
"gridPos": { "gridPos": {
"h": 1, "h": 1,
"w": 24, "w": 24,
@ -838,7 +829,7 @@
}, },
"yaxes": [ "yaxes": [
{ {
"format": "Bps", "format": "bps",
"label": null, "label": null,
"logBase": 1, "logBase": 1,
"max": null, "max": null,
@ -1298,7 +1289,7 @@
}, },
{ {
"collapsed": true, "collapsed": true,
"datasource": "${DS_VICTORIAMETRICS}", "datasource": "$ds",
"gridPos": { "gridPos": {
"h": 1, "h": 1,
"w": 24, "w": 24,
@ -1395,7 +1386,6 @@
}, },
"yaxes": [ "yaxes": [
{ {
"$$hashKey": "object:390",
"format": "short", "format": "short",
"label": null, "label": null,
"logBase": 1, "logBase": 1,
@ -1404,7 +1394,6 @@
"show": true "show": true
}, },
{ {
"$$hashKey": "object:391",
"format": "short", "format": "short",
"label": null, "label": null,
"logBase": 1, "logBase": 1,
@ -1506,7 +1495,6 @@
}, },
"yaxes": [ "yaxes": [
{ {
"$$hashKey": "object:466",
"format": "short", "format": "short",
"label": null, "label": null,
"logBase": 1, "logBase": 1,
@ -1515,7 +1503,6 @@
"show": true "show": true
}, },
{ {
"$$hashKey": "object:467",
"format": "short", "format": "short",
"label": null, "label": null,
"logBase": 1, "logBase": 1,
@ -1924,7 +1911,7 @@
}, },
{ {
"collapsed": true, "collapsed": true,
"datasource": "${DS_VICTORIAMETRICS}", "datasource": "$ds",
"gridPos": { "gridPos": {
"h": 1, "h": 1,
"w": 24, "w": 24,
@ -2334,7 +2321,7 @@
}, },
{ {
"collapsed": true, "collapsed": true,
"datasource": "${DS_VICTORIAMETRICS}", "datasource": "$ds",
"gridPos": { "gridPos": {
"h": 1, "h": 1,
"w": 24, "w": 24,
@ -2943,7 +2930,7 @@
}, },
{ {
"collapsed": true, "collapsed": true,
"datasource": "${DS_VICTORIAMETRICS}", "datasource": "$ds",
"gridPos": { "gridPos": {
"h": 1, "h": 1,
"w": 24, "w": 24,
@ -2971,7 +2958,7 @@
"h": 8, "h": 8,
"w": 12, "w": 12,
"x": 0, "x": 0,
"y": 5 "y": 44
}, },
"hiddenSeries": false, "hiddenSeries": false,
"id": 35, "id": 35,
@ -3074,7 +3061,7 @@
"h": 8, "h": 8,
"w": 12, "w": 12,
"x": 12, "x": 12,
"y": 5 "y": 44
}, },
"hiddenSeries": false, "hiddenSeries": false,
"id": 37, "id": 37,
@ -3175,7 +3162,7 @@
"h": 8, "h": 8,
"w": 12, "w": 12,
"x": 0, "x": 0,
"y": 13 "y": 52
}, },
"hiddenSeries": false, "hiddenSeries": false,
"id": 41, "id": 41,
@ -3272,7 +3259,7 @@
"h": 8, "h": 8,
"w": 12, "w": 12,
"x": 12, "x": 12,
"y": 13 "y": 52
}, },
"hiddenSeries": false, "hiddenSeries": false,
"id": 39, "id": 39,
@ -3369,7 +3356,7 @@
"h": 8, "h": 8,
"w": 12, "w": 12,
"x": 0, "x": 0,
"y": 21 "y": 60
}, },
"hiddenSeries": false, "hiddenSeries": false,
"id": 43, "id": 43,
@ -3546,5 +3533,5 @@
"timezone": "", "timezone": "",
"title": "vmagent", "title": "vmagent",
"uid": "G7Z9GzMGz", "uid": "G7Z9GzMGz",
"version": 48 "version": 1
} }