"title":"Metrics - timeGroup macro 5m without fill",
"title":"timeGroup macro 5m without fill",
"tooltip":{
"shared":true,
"sort":0,
...
...
@@ -204,7 +204,7 @@
"label":null,
"logBase":1,
"max":null,
"min":null,
"min":"0",
"show":true
},
{
...
...
@@ -263,7 +263,7 @@
"thresholds":[],
"timeFrom":null,
"timeShift":null,
"title":"Metrics - timeGroup macro 5m with fill(NULL) and null as zero",
"title":"timeGroup macro 5m with fill(NULL) and null as zero",
"tooltip":{
"shared":true,
"sort":0,
...
...
@@ -283,7 +283,7 @@
"label":null,
"logBase":1,
"max":null,
"min":null,
"min":"0",
"show":true
},
{
...
...
@@ -342,7 +342,7 @@
"thresholds":[],
"timeFrom":null,
"timeShift":null,
"title":"Metrics - timeGroup macro 5m with fill(10.0)",
"title":"timeGroup macro 5m with fill(10.0)",
"tooltip":{
"shared":true,
"sort":0,
...
...
@@ -362,7 +362,7 @@
"label":null,
"logBase":1,
"max":null,
"min":null,
"min":"0",
"show":true
},
{
...
...
@@ -655,7 +655,7 @@
{
"alias":"",
"format":"time_series",
"rawSql":"SELECT \n $__timeGroup(time, '$summarize') as time, \n measurement + ' - value one' as metric, \n avg(valueOne) as valueOne\nFROM\n metric_values \nGROUP BY \n $__timeGroup(time, '$summarize'), \n measurement \nORDER BY 1",
"rawSql":"SELECT \n $__timeGroup(time, '$summarize') as time, \n measurement + ' - value one' as metric, \n avg(valueOne) as valueOne\nFROM\n metric_values \nWHERE\n $__timeFilter(time)\nGROUP BY \n $__timeGroup(time, '$summarize'), \n measurement \nORDER BY 1",
"refId":"A"
},
{
...
...
@@ -1294,6 +1294,172 @@
},
{
"aliasColors":{},
"bars":false,
"dashLength":10,
"dashes":false,
"datasource":"${DS_MSSQL_TEST}",
"fill":2,
"gridPos":{
"h":8,
"w":12,
"x":0,
"y":54
},
"id":29,
"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":"DECLARE \n @from int = $__unixEpochFrom(),\n @to int = $__unixEpochTo()\n\nEXEC dbo.sp_test_epoch @from, @to",