mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-23 12:31:07 +01:00
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:
parent
8c14ca93fa
commit
dfa156e6aa
@ -1,14 +1,5 @@
|
||||
{
|
||||
"__inputs": [
|
||||
{
|
||||
"name": "DS_VICTORIAMETRICS",
|
||||
"label": "VictoriaMetrics",
|
||||
"description": "",
|
||||
"type": "datasource",
|
||||
"pluginId": "prometheus",
|
||||
"pluginName": "Prometheus"
|
||||
}
|
||||
],
|
||||
"__inputs": [],
|
||||
"__requires": [
|
||||
{
|
||||
"type": "grafana",
|
||||
@ -65,7 +56,7 @@
|
||||
"gnetId": null,
|
||||
"graphTooltip": 1,
|
||||
"id": null,
|
||||
"iteration": 1594753996013,
|
||||
"iteration": 1594939790534,
|
||||
"links": [
|
||||
{
|
||||
"icon": "doc",
|
||||
@ -96,7 +87,7 @@
|
||||
"panels": [
|
||||
{
|
||||
"collapsed": false,
|
||||
"datasource": "${DS_VICTORIAMETRICS}",
|
||||
"datasource": "$ds",
|
||||
"gridPos": {
|
||||
"h": 1,
|
||||
"w": 24,
|
||||
@ -838,7 +829,7 @@
|
||||
},
|
||||
"yaxes": [
|
||||
{
|
||||
"format": "Bps",
|
||||
"format": "bps",
|
||||
"label": null,
|
||||
"logBase": 1,
|
||||
"max": null,
|
||||
@ -1298,7 +1289,7 @@
|
||||
},
|
||||
{
|
||||
"collapsed": true,
|
||||
"datasource": "${DS_VICTORIAMETRICS}",
|
||||
"datasource": "$ds",
|
||||
"gridPos": {
|
||||
"h": 1,
|
||||
"w": 24,
|
||||
@ -1395,7 +1386,6 @@
|
||||
},
|
||||
"yaxes": [
|
||||
{
|
||||
"$$hashKey": "object:390",
|
||||
"format": "short",
|
||||
"label": null,
|
||||
"logBase": 1,
|
||||
@ -1404,7 +1394,6 @@
|
||||
"show": true
|
||||
},
|
||||
{
|
||||
"$$hashKey": "object:391",
|
||||
"format": "short",
|
||||
"label": null,
|
||||
"logBase": 1,
|
||||
@ -1506,7 +1495,6 @@
|
||||
},
|
||||
"yaxes": [
|
||||
{
|
||||
"$$hashKey": "object:466",
|
||||
"format": "short",
|
||||
"label": null,
|
||||
"logBase": 1,
|
||||
@ -1515,7 +1503,6 @@
|
||||
"show": true
|
||||
},
|
||||
{
|
||||
"$$hashKey": "object:467",
|
||||
"format": "short",
|
||||
"label": null,
|
||||
"logBase": 1,
|
||||
@ -1924,7 +1911,7 @@
|
||||
},
|
||||
{
|
||||
"collapsed": true,
|
||||
"datasource": "${DS_VICTORIAMETRICS}",
|
||||
"datasource": "$ds",
|
||||
"gridPos": {
|
||||
"h": 1,
|
||||
"w": 24,
|
||||
@ -2334,7 +2321,7 @@
|
||||
},
|
||||
{
|
||||
"collapsed": true,
|
||||
"datasource": "${DS_VICTORIAMETRICS}",
|
||||
"datasource": "$ds",
|
||||
"gridPos": {
|
||||
"h": 1,
|
||||
"w": 24,
|
||||
@ -2943,7 +2930,7 @@
|
||||
},
|
||||
{
|
||||
"collapsed": true,
|
||||
"datasource": "${DS_VICTORIAMETRICS}",
|
||||
"datasource": "$ds",
|
||||
"gridPos": {
|
||||
"h": 1,
|
||||
"w": 24,
|
||||
@ -2971,7 +2958,7 @@
|
||||
"h": 8,
|
||||
"w": 12,
|
||||
"x": 0,
|
||||
"y": 5
|
||||
"y": 44
|
||||
},
|
||||
"hiddenSeries": false,
|
||||
"id": 35,
|
||||
@ -3074,7 +3061,7 @@
|
||||
"h": 8,
|
||||
"w": 12,
|
||||
"x": 12,
|
||||
"y": 5
|
||||
"y": 44
|
||||
},
|
||||
"hiddenSeries": false,
|
||||
"id": 37,
|
||||
@ -3175,7 +3162,7 @@
|
||||
"h": 8,
|
||||
"w": 12,
|
||||
"x": 0,
|
||||
"y": 13
|
||||
"y": 52
|
||||
},
|
||||
"hiddenSeries": false,
|
||||
"id": 41,
|
||||
@ -3272,7 +3259,7 @@
|
||||
"h": 8,
|
||||
"w": 12,
|
||||
"x": 12,
|
||||
"y": 13
|
||||
"y": 52
|
||||
},
|
||||
"hiddenSeries": false,
|
||||
"id": 39,
|
||||
@ -3369,7 +3356,7 @@
|
||||
"h": 8,
|
||||
"w": 12,
|
||||
"x": 0,
|
||||
"y": 21
|
||||
"y": 60
|
||||
},
|
||||
"hiddenSeries": false,
|
||||
"id": 43,
|
||||
@ -3546,5 +3533,5 @@
|
||||
"timezone": "",
|
||||
"title": "vmagent",
|
||||
"uid": "G7Z9GzMGz",
|
||||
"version": 48
|
||||
"version": 1
|
||||
}
|
Loading…
Reference in New Issue
Block a user