Commit 492f5cac by Marcus Efraimsson

devenv: update sql dashboards

parent 8c4d5936
...@@ -64,7 +64,7 @@ ...@@ -64,7 +64,7 @@
"editable": true, "editable": true,
"gnetId": null, "gnetId": null,
"graphTooltip": 0, "graphTooltip": 0,
"iteration": 1533713720618, "iteration": 1534507501976,
"links": [], "links": [],
"panels": [ "panels": [
{ {
...@@ -1197,6 +1197,196 @@ ...@@ -1197,6 +1197,196 @@
"x": 0, "x": 0,
"y": 27 "y": 27
}, },
"id": 38,
"legend": {
"alignAsTable": true,
"avg": true,
"current": true,
"hideEmpty": false,
"hideZero": false,
"max": true,
"min": true,
"rightSide": true,
"show": true,
"total": true,
"values": true
},
"lines": true,
"linewidth": 2,
"links": [],
"nullPointMode": "null",
"percentage": false,
"pointradius": 3,
"points": false,
"renderer": "flot",
"seriesOverrides": [],
"spaceLength": 10,
"stack": false,
"steppedLine": false,
"targets": [
{
"alias": "",
"format": "time_series",
"rawSql": "SELECT \n $__unixEpochGroupAlias(timeInt32, '$summarize'), \n measurement as metric, \n avg(valueOne) as valueOne,\n avg(valueTwo) as valueTwo\nFROM\n metric_values \nWHERE\n $__unixEpochFilter(timeInt32) AND\n ($metric = 'ALL' OR measurement = $metric)\nGROUP BY \n $__unixEpochGroup(timeInt32, '$summarize'), \n measurement \nORDER BY 1",
"refId": "A"
}
],
"thresholds": [],
"timeFrom": null,
"timeShift": null,
"title": "Multiple series with metric column using unixEpochGroup macro ($summarize)",
"tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
},
"type": "graph",
"xaxis": {
"buckets": null,
"mode": "time",
"name": null,
"show": true,
"values": []
},
"yaxes": [
{
"format": "short",
"label": null,
"logBase": 1,
"max": null,
"min": "0",
"show": true
},
{
"format": "short",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
}
],
"yaxis": {
"align": false,
"alignLevel": null
}
},
{
"aliasColors": {},
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "gdev-mssql-ds-tests",
"fill": 2,
"gridPos": {
"h": 8,
"w": 12,
"x": 12,
"y": 27
},
"id": 39,
"legend": {
"alignAsTable": true,
"avg": true,
"current": true,
"max": true,
"min": true,
"rightSide": true,
"show": true,
"total": true,
"values": true
},
"lines": true,
"linewidth": 2,
"links": [],
"nullPointMode": "null",
"percentage": false,
"pointradius": 3,
"points": false,
"renderer": "flot",
"seriesOverrides": [
{
"alias": "MovingAverageValueOne",
"dashes": true,
"lines": false
},
{
"alias": "MovingAverageValueTwo",
"dashes": true,
"lines": false,
"yaxis": 1
}
],
"spaceLength": 10,
"stack": false,
"steppedLine": false,
"targets": [
{
"alias": "",
"format": "time_series",
"rawSql": "SELECT \n $__unixEpochGroupAlias(timeInt32, '$summarize'), \n avg(valueOne) as valueOne,\n avg(valueTwo) as valueTwo\nFROM\n metric_values \nWHERE\n $__unixEpochFilter(timeInt32) AND\n ($metric = 'ALL' OR measurement = $metric)\nGROUP BY \n $__unixEpochGroup(timeInt32, '$summarize')\nORDER BY 1",
"refId": "A"
},
{
"alias": "",
"format": "time_series",
"rawSql": "SELECT \n time,\n avg(valueOne) OVER (ORDER BY time ROWS BETWEEN 6 PRECEDING AND 6 FOLLOWING) as MovingAverageValueOne,\n avg(valueTwo) OVER (ORDER BY time ROWS BETWEEN 6 PRECEDING AND 6 FOLLOWING) as MovingAverageValueTwo\nFROM\n metric_values \nWHERE \n $__timeFilter(time) AND \n ($metric = 'ALL' OR measurement = $metric)\nORDER BY 1",
"refId": "B"
}
],
"thresholds": [],
"timeFrom": null,
"timeShift": null,
"title": "Multiple series without metric column using unixEpochGroup macro ($summarize)",
"tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
},
"type": "graph",
"xaxis": {
"buckets": null,
"mode": "time",
"name": null,
"show": true,
"values": []
},
"yaxes": [
{
"format": "short",
"label": null,
"logBase": 1,
"max": null,
"min": "0",
"show": true
},
{
"format": "short",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
}
],
"yaxis": {
"align": false,
"alignLevel": null
}
},
{
"aliasColors": {},
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "gdev-mssql-ds-tests",
"fill": 2,
"gridPos": {
"h": 8,
"w": 12,
"x": 0,
"y": 35
},
"id": 4, "id": 4,
"legend": { "legend": {
"alignAsTable": true, "alignAsTable": true,
...@@ -1282,7 +1472,7 @@ ...@@ -1282,7 +1472,7 @@
"h": 8, "h": 8,
"w": 12, "w": 12,
"x": 12, "x": 12,
"y": 27 "y": 35
}, },
"id": 28, "id": 28,
"legend": { "legend": {
...@@ -1367,7 +1557,7 @@ ...@@ -1367,7 +1557,7 @@
"h": 8, "h": 8,
"w": 12, "w": 12,
"x": 0, "x": 0,
"y": 35 "y": 43
}, },
"id": 19, "id": 19,
"legend": { "legend": {
...@@ -1454,7 +1644,7 @@ ...@@ -1454,7 +1644,7 @@
"h": 8, "h": 8,
"w": 12, "w": 12,
"x": 12, "x": 12,
"y": 35 "y": 43
}, },
"id": 18, "id": 18,
"legend": { "legend": {
...@@ -1539,7 +1729,7 @@ ...@@ -1539,7 +1729,7 @@
"h": 8, "h": 8,
"w": 12, "w": 12,
"x": 0, "x": 0,
"y": 43 "y": 51
}, },
"id": 17, "id": 17,
"legend": { "legend": {
...@@ -1626,7 +1816,7 @@ ...@@ -1626,7 +1816,7 @@
"h": 8, "h": 8,
"w": 12, "w": 12,
"x": 12, "x": 12,
"y": 43 "y": 51
}, },
"id": 20, "id": 20,
"legend": { "legend": {
...@@ -1711,7 +1901,7 @@ ...@@ -1711,7 +1901,7 @@
"h": 8, "h": 8,
"w": 12, "w": 12,
"x": 0, "x": 0,
"y": 51 "y": 59
}, },
"id": 29, "id": 29,
"legend": { "legend": {
...@@ -1798,7 +1988,7 @@ ...@@ -1798,7 +1988,7 @@
"h": 8, "h": 8,
"w": 12, "w": 12,
"x": 12, "x": 12,
"y": 51 "y": 59
}, },
"id": 30, "id": 30,
"legend": { "legend": {
...@@ -1885,7 +2075,7 @@ ...@@ -1885,7 +2075,7 @@
"h": 8, "h": 8,
"w": 12, "w": 12,
"x": 0, "x": 0,
"y": 59 "y": 67
}, },
"id": 14, "id": 14,
"legend": { "legend": {
...@@ -1973,7 +2163,7 @@ ...@@ -1973,7 +2163,7 @@
"h": 8, "h": 8,
"w": 12, "w": 12,
"x": 12, "x": 12,
"y": 59 "y": 67
}, },
"id": 15, "id": 15,
"legend": { "legend": {
...@@ -2060,7 +2250,7 @@ ...@@ -2060,7 +2250,7 @@
"h": 8, "h": 8,
"w": 12, "w": 12,
"x": 0, "x": 0,
"y": 67 "y": 75
}, },
"id": 25, "id": 25,
"legend": { "legend": {
...@@ -2148,7 +2338,7 @@ ...@@ -2148,7 +2338,7 @@
"h": 8, "h": 8,
"w": 12, "w": 12,
"x": 12, "x": 12,
"y": 67 "y": 75
}, },
"id": 22, "id": 22,
"legend": { "legend": {
...@@ -2235,7 +2425,7 @@ ...@@ -2235,7 +2425,7 @@
"h": 8, "h": 8,
"w": 12, "w": 12,
"x": 0, "x": 0,
"y": 75 "y": 83
}, },
"id": 21, "id": 21,
"legend": { "legend": {
...@@ -2323,7 +2513,7 @@ ...@@ -2323,7 +2513,7 @@
"h": 8, "h": 8,
"w": 12, "w": 12,
"x": 12, "x": 12,
"y": 75 "y": 83
}, },
"id": 26, "id": 26,
"legend": { "legend": {
...@@ -2410,7 +2600,7 @@ ...@@ -2410,7 +2600,7 @@
"h": 8, "h": 8,
"w": 12, "w": 12,
"x": 0, "x": 0,
"y": 83 "y": 91
}, },
"id": 23, "id": 23,
"legend": { "legend": {
...@@ -2498,7 +2688,7 @@ ...@@ -2498,7 +2688,7 @@
"h": 8, "h": 8,
"w": 12, "w": 12,
"x": 12, "x": 12,
"y": 83 "y": 91
}, },
"id": 24, "id": 24,
"legend": { "legend": {
...@@ -2708,5 +2898,5 @@ ...@@ -2708,5 +2898,5 @@
"timezone": "", "timezone": "",
"title": "Datasource tests - MSSQL (unit test)", "title": "Datasource tests - MSSQL (unit test)",
"uid": "GlAqcPgmz", "uid": "GlAqcPgmz",
"version": 10 "version": 2
} }
\ No newline at end of file
...@@ -64,7 +64,7 @@ ...@@ -64,7 +64,7 @@
"editable": true, "editable": true,
"gnetId": null, "gnetId": null,
"graphTooltip": 0, "graphTooltip": 0,
"iteration": 1533714324007, "iteration": 1534508678095,
"links": [], "links": [],
"panels": [ "panels": [
{ {
...@@ -1191,6 +1191,190 @@ ...@@ -1191,6 +1191,190 @@
"x": 0, "x": 0,
"y": 27 "y": 27
}, },
"id": 38,
"legend": {
"alignAsTable": true,
"avg": true,
"current": true,
"hideEmpty": false,
"hideZero": false,
"max": true,
"min": true,
"rightSide": true,
"show": true,
"total": true,
"values": true
},
"lines": true,
"linewidth": 2,
"links": [],
"nullPointMode": "null",
"percentage": false,
"pointradius": 3,
"points": false,
"renderer": "flot",
"seriesOverrides": [],
"spaceLength": 10,
"stack": false,
"steppedLine": false,
"targets": [
{
"alias": "",
"format": "time_series",
"rawSql": "SELECT \n $__unixEpochGroupAlias(timeInt32, '$summarize'), \n measurement, \n avg(valueOne) as valueOne,\n avg(valueTwo) as valueTwo\nFROM\n metric_values \nWHERE\n $__unixEpochFilter(timeInt32) AND\n measurement in($metric)\nGROUP BY 1, 2\nORDER BY 1, 2",
"refId": "A"
}
],
"thresholds": [],
"timeFrom": null,
"timeShift": null,
"title": "Multiple series with metric column using unixEpochGroup macro ($summarize)",
"tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
},
"type": "graph",
"xaxis": {
"buckets": null,
"mode": "time",
"name": null,
"show": true,
"values": []
},
"yaxes": [
{
"format": "short",
"label": null,
"logBase": 1,
"max": null,
"min": "0",
"show": true
},
{
"format": "short",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
}
],
"yaxis": {
"align": false,
"alignLevel": null
}
},
{
"aliasColors": {},
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "gdev-mysql-ds-tests",
"fill": 2,
"gridPos": {
"h": 8,
"w": 12,
"x": 12,
"y": 27
},
"id": 39,
"legend": {
"alignAsTable": true,
"avg": true,
"current": true,
"max": true,
"min": true,
"rightSide": true,
"show": true,
"total": true,
"values": true
},
"lines": true,
"linewidth": 2,
"links": [],
"nullPointMode": "null",
"percentage": false,
"pointradius": 3,
"points": false,
"renderer": "flot",
"seriesOverrides": [
{
"alias": "MovingAverageValueOne",
"dashes": true,
"lines": false
},
{
"alias": "MovingAverageValueTwo",
"dashes": true,
"lines": false,
"yaxis": 1
}
],
"spaceLength": 10,
"stack": false,
"steppedLine": false,
"targets": [
{
"alias": "",
"format": "time_series",
"rawSql": "SELECT \n $__unixEpochGroupAlias(timeInt32, '$summarize'), \n avg(valueOne) as valueOne,\n avg(valueTwo) as valueTwo\nFROM\n metric_values \nWHERE\n $__unixEpochFilter(timeInt32) AND\n measurement in($metric)\nGROUP BY 1\nORDER BY 1",
"refId": "A"
}
],
"thresholds": [],
"timeFrom": null,
"timeShift": null,
"title": "Multiple series without metric column using unixEpochGroup macro ($summarize)",
"tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
},
"type": "graph",
"xaxis": {
"buckets": null,
"mode": "time",
"name": null,
"show": true,
"values": []
},
"yaxes": [
{
"format": "short",
"label": null,
"logBase": 1,
"max": null,
"min": "0",
"show": true
},
{
"format": "short",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
}
],
"yaxis": {
"align": false,
"alignLevel": null
}
},
{
"aliasColors": {},
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "gdev-mysql-ds-tests",
"fill": 2,
"gridPos": {
"h": 8,
"w": 12,
"x": 0,
"y": 35
},
"id": 4, "id": 4,
"legend": { "legend": {
"alignAsTable": true, "alignAsTable": true,
...@@ -1276,7 +1460,7 @@ ...@@ -1276,7 +1460,7 @@
"h": 8, "h": 8,
"w": 12, "w": 12,
"x": 12, "x": 12,
"y": 27 "y": 35
}, },
"id": 28, "id": 28,
"legend": { "legend": {
...@@ -1361,7 +1545,7 @@ ...@@ -1361,7 +1545,7 @@
"h": 8, "h": 8,
"w": 12, "w": 12,
"x": 0, "x": 0,
"y": 35 "y": 43
}, },
"id": 19, "id": 19,
"legend": { "legend": {
...@@ -1448,7 +1632,7 @@ ...@@ -1448,7 +1632,7 @@
"h": 8, "h": 8,
"w": 12, "w": 12,
"x": 12, "x": 12,
"y": 35 "y": 43
}, },
"id": 18, "id": 18,
"legend": { "legend": {
...@@ -1533,7 +1717,7 @@ ...@@ -1533,7 +1717,7 @@
"h": 8, "h": 8,
"w": 12, "w": 12,
"x": 0, "x": 0,
"y": 43 "y": 51
}, },
"id": 17, "id": 17,
"legend": { "legend": {
...@@ -1620,7 +1804,7 @@ ...@@ -1620,7 +1804,7 @@
"h": 8, "h": 8,
"w": 12, "w": 12,
"x": 12, "x": 12,
"y": 43 "y": 51
}, },
"id": 20, "id": 20,
"legend": { "legend": {
...@@ -1705,7 +1889,7 @@ ...@@ -1705,7 +1889,7 @@
"h": 8, "h": 8,
"w": 12, "w": 12,
"x": 0, "x": 0,
"y": 51 "y": 59
}, },
"id": 14, "id": 14,
"legend": { "legend": {
...@@ -1793,7 +1977,7 @@ ...@@ -1793,7 +1977,7 @@
"h": 8, "h": 8,
"w": 12, "w": 12,
"x": 12, "x": 12,
"y": 51 "y": 59
}, },
"id": 15, "id": 15,
"legend": { "legend": {
...@@ -1880,7 +2064,7 @@ ...@@ -1880,7 +2064,7 @@
"h": 8, "h": 8,
"w": 12, "w": 12,
"x": 0, "x": 0,
"y": 59 "y": 67
}, },
"id": 25, "id": 25,
"legend": { "legend": {
...@@ -1968,7 +2152,7 @@ ...@@ -1968,7 +2152,7 @@
"h": 8, "h": 8,
"w": 12, "w": 12,
"x": 12, "x": 12,
"y": 59 "y": 67
}, },
"id": 22, "id": 22,
"legend": { "legend": {
...@@ -2055,7 +2239,7 @@ ...@@ -2055,7 +2239,7 @@
"h": 8, "h": 8,
"w": 12, "w": 12,
"x": 0, "x": 0,
"y": 67 "y": 75
}, },
"id": 21, "id": 21,
"legend": { "legend": {
...@@ -2143,7 +2327,7 @@ ...@@ -2143,7 +2327,7 @@
"h": 8, "h": 8,
"w": 12, "w": 12,
"x": 12, "x": 12,
"y": 67 "y": 75
}, },
"id": 26, "id": 26,
"legend": { "legend": {
...@@ -2230,7 +2414,7 @@ ...@@ -2230,7 +2414,7 @@
"h": 8, "h": 8,
"w": 12, "w": 12,
"x": 0, "x": 0,
"y": 75 "y": 83
}, },
"id": 23, "id": 23,
"legend": { "legend": {
...@@ -2318,7 +2502,7 @@ ...@@ -2318,7 +2502,7 @@
"h": 8, "h": 8,
"w": 12, "w": 12,
"x": 12, "x": 12,
"y": 75 "y": 83
}, },
"id": 24, "id": 24,
"legend": { "legend": {
...@@ -2526,5 +2710,5 @@ ...@@ -2526,5 +2710,5 @@
"timezone": "", "timezone": "",
"title": "Datasource tests - MySQL (unittest)", "title": "Datasource tests - MySQL (unittest)",
"uid": "Hmf8FDkmz", "uid": "Hmf8FDkmz",
"version": 9 "version": 2
} }
\ No newline at end of file
...@@ -64,7 +64,7 @@ ...@@ -64,7 +64,7 @@
"editable": true, "editable": true,
"gnetId": null, "gnetId": null,
"graphTooltip": 0, "graphTooltip": 0,
"iteration": 1533714184500, "iteration": 1534507993194,
"links": [], "links": [],
"panels": [ "panels": [
{ {
...@@ -1179,6 +1179,178 @@ ...@@ -1179,6 +1179,178 @@
"x": 0, "x": 0,
"y": 27 "y": 27
}, },
"id": 38,
"legend": {
"alignAsTable": true,
"avg": true,
"current": true,
"hideEmpty": false,
"hideZero": false,
"max": true,
"min": true,
"rightSide": true,
"show": true,
"total": true,
"values": true
},
"lines": true,
"linewidth": 2,
"links": [],
"nullPointMode": "null",
"percentage": false,
"pointradius": 3,
"points": false,
"renderer": "flot",
"seriesOverrides": [],
"spaceLength": 10,
"stack": false,
"steppedLine": false,
"targets": [
{
"alias": "",
"format": "time_series",
"rawSql": "SELECT \n $__unixEpochGroupAlias(\"timeInt32\", '$summarize'), \n measurement, \n avg(\"valueOne\") as \"valueOne\",\n avg(\"valueTwo\") as \"valueTwo\"\nFROM\n metric_values \nWHERE\n $__unixEpochFilter(\"timeInt32\") AND\n measurement in($metric)\nGROUP BY 1, 2\nORDER BY 1, 2",
"refId": "A"
}
],
"thresholds": [],
"timeFrom": null,
"timeShift": null,
"title": "Multiple series with metric column using unixEpochGroup macro ($summarize)",
"tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
},
"type": "graph",
"xaxis": {
"buckets": null,
"mode": "time",
"name": null,
"show": true,
"values": []
},
"yaxes": [
{
"format": "short",
"label": null,
"logBase": 1,
"max": null,
"min": "0",
"show": true
},
{
"format": "short",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
}
],
"yaxis": {
"align": false,
"alignLevel": null
}
},
{
"aliasColors": {},
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "gdev-postgres-ds-tests",
"fill": 2,
"gridPos": {
"h": 8,
"w": 12,
"x": 12,
"y": 27
},
"id": 39,
"legend": {
"alignAsTable": true,
"avg": true,
"current": true,
"max": true,
"min": true,
"rightSide": true,
"show": true,
"total": true,
"values": true
},
"lines": true,
"linewidth": 2,
"links": [],
"nullPointMode": "null",
"percentage": false,
"pointradius": 3,
"points": false,
"renderer": "flot",
"seriesOverrides": [],
"spaceLength": 10,
"stack": false,
"steppedLine": false,
"targets": [
{
"alias": "",
"format": "time_series",
"rawSql": "SELECT \n $__unixEpochGroupAlias(\"timeInt32\", '$summarize'), \n avg(\"valueOne\") as \"valueOne\",\n avg(\"valueTwo\") as \"valueTwo\"\nFROM\n metric_values \nWHERE\n $__unixEpochFilter(\"timeInt32\") AND\n measurement in($metric)\nGROUP BY 1\nORDER BY 1",
"refId": "A"
}
],
"thresholds": [],
"timeFrom": null,
"timeShift": null,
"title": "Multiple series without metric column using timeGroup macro ($summarize)",
"tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
},
"type": "graph",
"xaxis": {
"buckets": null,
"mode": "time",
"name": null,
"show": true,
"values": []
},
"yaxes": [
{
"format": "short",
"label": null,
"logBase": 1,
"max": null,
"min": "0",
"show": true
},
{
"format": "short",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
}
],
"yaxis": {
"align": false,
"alignLevel": null
}
},
{
"aliasColors": {},
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "gdev-postgres-ds-tests",
"fill": 2,
"gridPos": {
"h": 8,
"w": 12,
"x": 0,
"y": 35
},
"id": 4, "id": 4,
"legend": { "legend": {
"alignAsTable": true, "alignAsTable": true,
...@@ -1264,7 +1436,7 @@ ...@@ -1264,7 +1436,7 @@
"h": 8, "h": 8,
"w": 12, "w": 12,
"x": 12, "x": 12,
"y": 27 "y": 35
}, },
"id": 28, "id": 28,
"legend": { "legend": {
...@@ -1349,7 +1521,7 @@ ...@@ -1349,7 +1521,7 @@
"h": 8, "h": 8,
"w": 12, "w": 12,
"x": 0, "x": 0,
"y": 35 "y": 43
}, },
"id": 19, "id": 19,
"legend": { "legend": {
...@@ -1436,7 +1608,7 @@ ...@@ -1436,7 +1608,7 @@
"h": 8, "h": 8,
"w": 12, "w": 12,
"x": 12, "x": 12,
"y": 35 "y": 43
}, },
"id": 18, "id": 18,
"legend": { "legend": {
...@@ -1521,7 +1693,7 @@ ...@@ -1521,7 +1693,7 @@
"h": 8, "h": 8,
"w": 12, "w": 12,
"x": 0, "x": 0,
"y": 43 "y": 51
}, },
"id": 17, "id": 17,
"legend": { "legend": {
...@@ -1608,7 +1780,7 @@ ...@@ -1608,7 +1780,7 @@
"h": 8, "h": 8,
"w": 12, "w": 12,
"x": 12, "x": 12,
"y": 43 "y": 51
}, },
"id": 20, "id": 20,
"legend": { "legend": {
...@@ -1693,7 +1865,7 @@ ...@@ -1693,7 +1865,7 @@
"h": 8, "h": 8,
"w": 12, "w": 12,
"x": 0, "x": 0,
"y": 51 "y": 59
}, },
"id": 14, "id": 14,
"legend": { "legend": {
...@@ -1781,7 +1953,7 @@ ...@@ -1781,7 +1953,7 @@
"h": 8, "h": 8,
"w": 12, "w": 12,
"x": 12, "x": 12,
"y": 51 "y": 59
}, },
"id": 15, "id": 15,
"legend": { "legend": {
...@@ -1868,7 +2040,7 @@ ...@@ -1868,7 +2040,7 @@
"h": 8, "h": 8,
"w": 12, "w": 12,
"x": 0, "x": 0,
"y": 59 "y": 67
}, },
"id": 25, "id": 25,
"legend": { "legend": {
...@@ -1956,7 +2128,7 @@ ...@@ -1956,7 +2128,7 @@
"h": 8, "h": 8,
"w": 12, "w": 12,
"x": 12, "x": 12,
"y": 59 "y": 67
}, },
"id": 22, "id": 22,
"legend": { "legend": {
...@@ -2043,7 +2215,7 @@ ...@@ -2043,7 +2215,7 @@
"h": 8, "h": 8,
"w": 12, "w": 12,
"x": 0, "x": 0,
"y": 67 "y": 75
}, },
"id": 21, "id": 21,
"legend": { "legend": {
...@@ -2131,7 +2303,7 @@ ...@@ -2131,7 +2303,7 @@
"h": 8, "h": 8,
"w": 12, "w": 12,
"x": 12, "x": 12,
"y": 67 "y": 75
}, },
"id": 26, "id": 26,
"legend": { "legend": {
...@@ -2218,7 +2390,7 @@ ...@@ -2218,7 +2390,7 @@
"h": 8, "h": 8,
"w": 12, "w": 12,
"x": 0, "x": 0,
"y": 75 "y": 83
}, },
"id": 23, "id": 23,
"legend": { "legend": {
...@@ -2306,7 +2478,7 @@ ...@@ -2306,7 +2478,7 @@
"h": 8, "h": 8,
"w": 12, "w": 12,
"x": 12, "x": 12,
"y": 75 "y": 83
}, },
"id": 24, "id": 24,
"legend": { "legend": {
...@@ -2518,5 +2690,5 @@ ...@@ -2518,5 +2690,5 @@
"timezone": "", "timezone": "",
"title": "Datasource tests - Postgres (unittest)", "title": "Datasource tests - Postgres (unittest)",
"uid": "vHQdlVziz", "uid": "vHQdlVziz",
"version": 9 "version": 1
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment