2018-03-22 22:27:12 +08:00
{
"annotations" : {
"list" : [
{
"builtIn" : 1 ,
"datasource" : "-- Grafana --" ,
"enable" : true ,
"hide" : true ,
"iconColor" : "rgba(0, 211, 255, 1)" ,
"name" : "Annotations & Alerts" ,
"type" : "dashboard"
} ,
{
2018-07-27 00:12:00 +08:00
"datasource" : "gdev-postgres-ds-tests" ,
2018-03-22 22:27:12 +08:00
"enable" : false ,
"hide" : false ,
"iconColor" : "#6ed0e0" ,
"limit" : 100 ,
"name" : "Deploys" ,
"rawQuery" : "SELECT \"time_sec\" as time, description as text, tags FROM event WHERE $__unixEpochFilter(time_sec) AND tags='deploy' ORDER BY 1 ASC" ,
"showIn" : 0 ,
"tags" : [ ] ,
"type" : "tags"
} ,
{
2018-07-27 00:12:00 +08:00
"datasource" : "gdev-postgres-ds-tests" ,
2018-03-22 22:27:12 +08:00
"enable" : false ,
"hide" : false ,
"iconColor" : "rgba(255, 96, 96, 1)" ,
"limit" : 100 ,
"name" : "Tickets" ,
"rawQuery" : "SELECT \"time_sec\" as time, description as text, tags FROM event WHERE $__unixEpochFilter(time_sec) AND tags='ticket' ORDER BY 1 ASC" ,
"showIn" : 0 ,
"tags" : [ ] ,
"type" : "tags"
} ,
{
2018-07-27 00:12:00 +08:00
"datasource" : "gdev-postgres-ds-tests" ,
2018-03-22 22:27:12 +08:00
"enable" : false ,
"hide" : false ,
"iconColor" : "#7eb26d" ,
"limit" : 100 ,
"name" : "Metric Values timeEpoch macro" ,
"rawQuery" : "SELECT \n $__timeEpoch(time), \n measurement as text, \n '' as tags\nFROM\n metric_values \nWHERE\n $__timeFilter(time)\nORDER BY 1" ,
"showIn" : 0 ,
"tags" : [ ] ,
"type" : "tags"
} ,
{
2018-07-27 00:12:00 +08:00
"datasource" : "gdev-postgres-ds-tests" ,
2018-03-22 22:27:12 +08:00
"enable" : false ,
"hide" : false ,
"iconColor" : "#1f78c1" ,
"limit" : 100 ,
"name" : "Metric Values native time" ,
"rawQuery" : "SELECT \n time, \n measurement as text, \n '' as tags\nFROM\n metric_values \nWHERE\n $__timeFilter(time)\nORDER BY 1" ,
"showIn" : 0 ,
"tags" : [ ] ,
"type" : "tags"
}
]
} ,
2018-07-27 00:12:00 +08:00
"description" : "Run the postgres unit tests to generate the data backing this dashboard" ,
2018-03-22 22:27:12 +08:00
"editable" : true ,
"gnetId" : null ,
"graphTooltip" : 0 ,
2018-08-17 20:26:28 +08:00
"iteration" : 1534507993194 ,
2018-03-22 22:27:12 +08:00
"links" : [ ] ,
"panels" : [
{
"columns" : [ ] ,
2018-07-27 00:12:00 +08:00
"datasource" : "gdev-postgres-ds-tests" ,
2018-03-22 22:27:12 +08:00
"fontSize" : "100%" ,
"gridPos" : {
"h" : 4 ,
"w" : 24 ,
"x" : 0 ,
"y" : 0
} ,
"id" : 2 ,
"links" : [ ] ,
"pageSize" : null ,
"scroll" : true ,
"showHeader" : true ,
"sort" : {
"col" : 1 ,
"desc" : false
} ,
"styles" : [
{
"alias" : "" ,
"colorMode" : null ,
2019-04-15 16:51:17 +08:00
"colors" : [ "rgba(245, 54, 54, 0.9)" , "rgba(237, 129, 40, 0.89)" , "rgba(50, 172, 45, 0.97)" ] ,
2018-03-22 22:27:12 +08:00
"decimals" : 2 ,
"pattern" : "/.*/" ,
"thresholds" : [ ] ,
"type" : "string" ,
"unit" : "short"
}
] ,
"targets" : [
{
"alias" : "" ,
"format" : "table" ,
"rawSql" : "SELECT * FROM postgres_types" ,
"refId" : "A"
}
] ,
"title" : "Data types" ,
"transform" : "table" ,
"type" : "table"
} ,
{
"columns" : [ ] ,
2018-07-27 00:12:00 +08:00
"datasource" : "gdev-postgres-ds-tests" ,
2018-03-22 22:27:12 +08:00
"fontSize" : "100%" ,
"gridPos" : {
"h" : 3 ,
"w" : 6 ,
"x" : 0 ,
"y" : 4
} ,
"id" : 32 ,
"links" : [ ] ,
"pageSize" : null ,
"scroll" : true ,
"showHeader" : true ,
"sort" : {
"col" : 0 ,
"desc" : true
} ,
"styles" : [
{
"alias" : "Time" ,
"dateFormat" : "YYYY-MM-DD HH:mm:ss" ,
"pattern" : "time" ,
"type" : "date"
} ,
{
"alias" : "" ,
"colorMode" : null ,
2019-04-15 16:51:17 +08:00
"colors" : [ "rgba(245, 54, 54, 0.9)" , "rgba(237, 129, 40, 0.89)" , "rgba(50, 172, 45, 0.97)" ] ,
2018-03-22 22:27:12 +08:00
"decimals" : 2 ,
"pattern" : "/.*/" ,
"thresholds" : [ ] ,
"type" : "number" ,
"unit" : "short"
}
] ,
"targets" : [
{
"alias" : "" ,
"format" : "table" ,
"rawSql" : "SELECT cast(null as bigint) as time" ,
"refId" : "A" ,
"target" : ""
}
] ,
"title" : "cast(null as bigint) as time" ,
"transform" : "table" ,
"type" : "table"
} ,
{
"columns" : [ ] ,
2018-07-27 00:12:00 +08:00
"datasource" : "gdev-postgres-ds-tests" ,
2018-03-22 22:27:12 +08:00
"fontSize" : "100%" ,
"gridPos" : {
"h" : 3 ,
"w" : 6 ,
"x" : 6 ,
"y" : 4
} ,
"id" : 33 ,
"links" : [ ] ,
"pageSize" : null ,
"scroll" : true ,
"showHeader" : true ,
"sort" : {
"col" : 0 ,
"desc" : true
} ,
"styles" : [
{
"alias" : "Time" ,
"dateFormat" : "YYYY-MM-DD HH:mm:ss" ,
"pattern" : "time" ,
"type" : "date"
} ,
{
"alias" : "" ,
"colorMode" : null ,
2019-04-15 16:51:17 +08:00
"colors" : [ "rgba(245, 54, 54, 0.9)" , "rgba(237, 129, 40, 0.89)" , "rgba(50, 172, 45, 0.97)" ] ,
2018-03-22 22:27:12 +08:00
"decimals" : 2 ,
"pattern" : "/.*/" ,
"thresholds" : [ ] ,
"type" : "number" ,
"unit" : "short"
}
] ,
"targets" : [
{
"alias" : "" ,
"format" : "table" ,
"rawSql" : "SELECT cast(null as timestamp) as time" ,
"refId" : "A" ,
"target" : ""
}
] ,
"title" : "cast(null as datetime) as time" ,
"transform" : "table" ,
"type" : "table"
} ,
{
"columns" : [ ] ,
2018-07-27 00:12:00 +08:00
"datasource" : "gdev-postgres-ds-tests" ,
2018-03-22 22:27:12 +08:00
"fontSize" : "100%" ,
"gridPos" : {
"h" : 3 ,
"w" : 6 ,
"x" : 12 ,
"y" : 4
} ,
"id" : 34 ,
"links" : [ ] ,
"pageSize" : null ,
"scroll" : true ,
"showHeader" : true ,
"sort" : {
"col" : 0 ,
"desc" : true
} ,
"styles" : [
{
"alias" : "Time" ,
"dateFormat" : "YYYY-MM-DD HH:mm:ss" ,
"pattern" : "time" ,
"type" : "date"
} ,
{
"alias" : "" ,
"colorMode" : null ,
2019-04-15 16:51:17 +08:00
"colors" : [ "rgba(245, 54, 54, 0.9)" , "rgba(237, 129, 40, 0.89)" , "rgba(50, 172, 45, 0.97)" ] ,
2018-03-22 22:27:12 +08:00
"decimals" : 2 ,
"pattern" : "/.*/" ,
"thresholds" : [ ] ,
"type" : "number" ,
"unit" : "short"
}
] ,
"targets" : [
{
"alias" : "" ,
"format" : "table" ,
"rawSql" : "SELECT localtimestamp as time" ,
"refId" : "A" ,
"target" : ""
}
] ,
"title" : "localtimestamp as time" ,
"transform" : "table" ,
"type" : "table"
} ,
{
"columns" : [ ] ,
2018-07-27 00:12:00 +08:00
"datasource" : "gdev-postgres-ds-tests" ,
2018-03-22 22:27:12 +08:00
"fontSize" : "100%" ,
"gridPos" : {
"h" : 3 ,
"w" : 6 ,
"x" : 18 ,
"y" : 4
} ,
"id" : 35 ,
"links" : [ ] ,
"pageSize" : null ,
"scroll" : true ,
"showHeader" : true ,
"sort" : {
"col" : 0 ,
"desc" : true
} ,
"styles" : [
{
"alias" : "Time" ,
"dateFormat" : "YYYY-MM-DD HH:mm:ss" ,
"pattern" : "time" ,
"type" : "date"
} ,
{
"alias" : "" ,
"colorMode" : null ,
2019-04-15 16:51:17 +08:00
"colors" : [ "rgba(245, 54, 54, 0.9)" , "rgba(237, 129, 40, 0.89)" , "rgba(50, 172, 45, 0.97)" ] ,
2018-03-22 22:27:12 +08:00
"decimals" : 2 ,
"pattern" : "/.*/" ,
"thresholds" : [ ] ,
"type" : "number" ,
"unit" : "short"
}
] ,
"targets" : [
{
"alias" : "" ,
"format" : "table" ,
"rawSql" : "SELECT NOW() as time" ,
"refId" : "A" ,
"target" : ""
}
] ,
"title" : "NOW() as time" ,
"transform" : "table" ,
"type" : "table"
} ,
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2018-07-27 00:12:00 +08:00
"datasource" : "gdev-postgres-ds-tests" ,
2018-03-22 22:27:12 +08:00
"fill" : 2 ,
"gridPos" : {
2018-08-08 15:47:45 +08:00
"h" : 6 ,
"w" : 6 ,
2018-03-22 22:27:12 +08:00
"x" : 0 ,
"y" : 7
} ,
"id" : 7 ,
"legend" : {
"avg" : false ,
"current" : false ,
"max" : false ,
"min" : false ,
"show" : true ,
"total" : false ,
"values" : false
} ,
"lines" : true ,
"linewidth" : 2 ,
"links" : [ ] ,
"nullPointMode" : "null" ,
"percentage" : false ,
"pointradius" : 3 ,
"points" : true ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : true ,
"targets" : [
{
"alias" : "" ,
"format" : "time_series" ,
2018-08-01 14:48:22 +08:00
"rawSql" : "SELECT $__timeGroupAlias(time, '5m'), avg(value) as value FROM metric WHERE $__timeFilter(time) GROUP BY 1 ORDER BY 1" ,
2018-03-22 22:27:12 +08:00
"refId" : "A"
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "timeGroup macro 5m without fill" ,
"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
}
2018-04-10 17:08:30 +08:00
] ,
"yaxis" : {
"align" : false ,
"alignLevel" : null
}
2018-03-22 22:27:12 +08:00
} ,
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2018-07-27 00:12:00 +08:00
"datasource" : "gdev-postgres-ds-tests" ,
2018-03-22 22:27:12 +08:00
"fill" : 2 ,
"gridPos" : {
2018-08-08 15:47:45 +08:00
"h" : 6 ,
"w" : 6 ,
"x" : 6 ,
2018-03-22 22:27:12 +08:00
"y" : 7
} ,
"id" : 9 ,
"legend" : {
"avg" : false ,
"current" : false ,
"max" : false ,
"min" : false ,
"show" : true ,
"total" : false ,
"values" : false
} ,
"lines" : true ,
"linewidth" : 2 ,
"links" : [ ] ,
"nullPointMode" : "null as zero" ,
"percentage" : false ,
"pointradius" : 3 ,
"points" : true ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : true ,
"targets" : [
{
"alias" : "" ,
"format" : "time_series" ,
2018-08-01 14:48:22 +08:00
"rawSql" : "SELECT $__timeGroupAlias(time, '5m', NULL), avg(value) as value FROM metric WHERE $__timeFilter(time) GROUP BY 1 ORDER BY 1" ,
2018-03-22 22:27:12 +08:00
"refId" : "A"
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "timeGroup macro 5m with fill(NULL) and null as zero" ,
"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
}
2018-04-10 17:08:30 +08:00
] ,
"yaxis" : {
"align" : false ,
"alignLevel" : null
}
2018-03-22 22:27:12 +08:00
} ,
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2018-07-27 00:12:00 +08:00
"datasource" : "gdev-postgres-ds-tests" ,
2018-03-22 22:27:12 +08:00
"fill" : 2 ,
"gridPos" : {
2018-08-08 15:47:45 +08:00
"h" : 6 ,
"w" : 6 ,
"x" : 12 ,
2018-03-22 22:27:12 +08:00
"y" : 7
} ,
"id" : 10 ,
"legend" : {
"avg" : false ,
"current" : false ,
"max" : false ,
"min" : false ,
"show" : true ,
"total" : false ,
"values" : false
} ,
"lines" : true ,
"linewidth" : 2 ,
"links" : [ ] ,
"nullPointMode" : "null" ,
"percentage" : false ,
"pointradius" : 3 ,
"points" : true ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : true ,
"targets" : [
{
"alias" : "" ,
"format" : "time_series" ,
2018-08-01 14:48:22 +08:00
"rawSql" : "SELECT $__timeGroupAlias(time, '5m', 10.0), avg(value) as value FROM metric WHERE $__timeFilter(time) GROUP BY 1 ORDER BY 1" ,
2018-03-22 22:27:12 +08:00
"refId" : "A"
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "timeGroup macro 5m with fill(10.0)" ,
"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
}
2018-04-10 17:08:30 +08:00
] ,
"yaxis" : {
"align" : false ,
"alignLevel" : null
}
2018-03-22 22:27:12 +08:00
} ,
2018-08-08 15:47:45 +08:00
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
"datasource" : "gdev-postgres-ds-tests" ,
"fill" : 2 ,
"gridPos" : {
"h" : 6 ,
"w" : 6 ,
"x" : 18 ,
"y" : 7
} ,
"id" : 36 ,
"legend" : {
"avg" : false ,
"current" : false ,
"max" : false ,
"min" : false ,
"show" : true ,
"total" : false ,
"values" : false
} ,
"lines" : true ,
"linewidth" : 2 ,
"links" : [ ] ,
"nullPointMode" : "null" ,
"percentage" : false ,
"pointradius" : 3 ,
"points" : true ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : true ,
"targets" : [
{
"alias" : "" ,
"format" : "time_series" ,
"rawSql" : "SELECT $__timeGroupAlias(time, '5m', previous), avg(value) as value FROM metric WHERE $__timeFilter(time) GROUP BY 1 ORDER BY 1" ,
"refId" : "A"
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "timeGroup macro 5m with fill(previous)" ,
"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
}
} ,
2018-03-22 22:27:12 +08:00
{
"aliasColors" : { } ,
"bars" : true ,
"dashLength" : 10 ,
"dashes" : false ,
2018-07-27 00:12:00 +08:00
"datasource" : "gdev-postgres-ds-tests" ,
2018-03-22 22:27:12 +08:00
"fill" : 2 ,
"gridPos" : {
2018-08-08 15:47:45 +08:00
"h" : 6 ,
"w" : 6 ,
2018-03-22 22:27:12 +08:00
"x" : 0 ,
2018-08-08 15:47:45 +08:00
"y" : 13
2018-03-22 22:27:12 +08:00
} ,
"id" : 16 ,
"legend" : {
"avg" : false ,
"current" : false ,
"max" : false ,
"min" : false ,
"show" : true ,
"total" : false ,
"values" : false
} ,
"lines" : false ,
"linewidth" : 2 ,
"links" : [ ] ,
"nullPointMode" : "null" ,
"percentage" : false ,
"pointradius" : 3 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : true ,
"targets" : [
{
"alias" : "" ,
"format" : "time_series" ,
2018-08-01 14:48:22 +08:00
"rawSql" : "SELECT $__timeGroupAlias(time, '$summarize'), avg(value) as value FROM metric WHERE $__timeFilter(time) GROUP BY 1 ORDER BY 1" ,
2018-03-22 22:27:12 +08:00
"refId" : "A"
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "Metrics - timeGroup macro $summarize without fill" ,
"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" : null ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
}
2018-04-10 17:08:30 +08:00
] ,
"yaxis" : {
"align" : false ,
"alignLevel" : null
}
2018-03-22 22:27:12 +08:00
} ,
{
"aliasColors" : { } ,
"bars" : true ,
"dashLength" : 10 ,
"dashes" : false ,
2018-07-27 00:12:00 +08:00
"datasource" : "gdev-postgres-ds-tests" ,
2018-03-22 22:27:12 +08:00
"fill" : 2 ,
"gridPos" : {
2018-08-08 15:47:45 +08:00
"h" : 6 ,
"w" : 6 ,
"x" : 6 ,
"y" : 13
2018-03-22 22:27:12 +08:00
} ,
"id" : 12 ,
"legend" : {
"avg" : false ,
"current" : false ,
"max" : false ,
"min" : false ,
"show" : true ,
"total" : false ,
"values" : false
} ,
"lines" : false ,
"linewidth" : 2 ,
"links" : [ ] ,
"nullPointMode" : "null as zero" ,
"percentage" : false ,
"pointradius" : 3 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : true ,
"targets" : [
{
"alias" : "" ,
"format" : "time_series" ,
2018-08-01 14:48:22 +08:00
"rawSql" : "SELECT $__timeGroupAlias(time, '$summarize', NULL), sum(value) as value FROM metric WHERE $__timeFilter(time) GROUP BY 1 ORDER BY 1" ,
2018-03-22 22:27:12 +08:00
"refId" : "A"
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "Metrics - timeGroup macro $summarize with fill(NULL)" ,
"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" : null ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
}
2018-04-10 17:08:30 +08:00
] ,
"yaxis" : {
"align" : false ,
"alignLevel" : null
}
2018-03-22 22:27:12 +08:00
} ,
{
"aliasColors" : { } ,
"bars" : true ,
"dashLength" : 10 ,
"dashes" : false ,
2018-07-27 00:12:00 +08:00
"datasource" : "gdev-postgres-ds-tests" ,
2018-03-22 22:27:12 +08:00
"fill" : 2 ,
"gridPos" : {
2018-08-08 15:47:45 +08:00
"h" : 6 ,
"w" : 6 ,
"x" : 12 ,
"y" : 13
2018-03-22 22:27:12 +08:00
} ,
"id" : 13 ,
"legend" : {
"avg" : false ,
"current" : false ,
"max" : false ,
"min" : false ,
"show" : true ,
"total" : false ,
"values" : false
} ,
"lines" : false ,
"linewidth" : 2 ,
"links" : [ ] ,
"nullPointMode" : "null" ,
"percentage" : false ,
"pointradius" : 3 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : true ,
"targets" : [
{
"alias" : "" ,
"format" : "time_series" ,
2018-08-01 14:48:22 +08:00
"rawSql" : "SELECT $__timeGroupAlias(time, '$summarize', 100.0), sum(value) as value FROM metric WHERE $__timeFilter(time) GROUP BY 1 ORDER BY 1" ,
2018-03-22 22:27:12 +08:00
"refId" : "A"
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "Metrics - timeGroup macro $summarize with fill(100.0)" ,
"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" : null ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
}
2018-04-10 17:08:30 +08:00
] ,
"yaxis" : {
"align" : false ,
"alignLevel" : null
}
2018-03-22 22:27:12 +08:00
} ,
2018-08-08 15:47:45 +08:00
{
"aliasColors" : { } ,
"bars" : true ,
"dashLength" : 10 ,
"dashes" : false ,
"datasource" : "gdev-postgres-ds-tests" ,
"fill" : 2 ,
"gridPos" : {
"h" : 6 ,
"w" : 6 ,
"x" : 18 ,
"y" : 13
} ,
"id" : 37 ,
"legend" : {
"avg" : false ,
"current" : false ,
"max" : false ,
"min" : false ,
"show" : true ,
"total" : false ,
"values" : false
} ,
"lines" : false ,
"linewidth" : 2 ,
"links" : [ ] ,
"nullPointMode" : "null" ,
"percentage" : false ,
"pointradius" : 3 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : true ,
"targets" : [
{
"alias" : "" ,
"format" : "time_series" ,
"rawSql" : "SELECT $__timeGroupAlias(time, '$summarize', previous), sum(value) as value FROM metric WHERE $__timeFilter(time) GROUP BY 1 ORDER BY 1" ,
"refId" : "A"
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "Metrics - timeGroup macro $summarize with fill(previous)" ,
"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" : null ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
}
] ,
"yaxis" : {
"align" : false ,
"alignLevel" : null
}
} ,
2018-03-22 22:27:12 +08:00
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2018-07-27 00:12:00 +08:00
"datasource" : "gdev-postgres-ds-tests" ,
2018-03-22 22:27:12 +08:00
"fill" : 2 ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 0 ,
2018-08-08 15:47:45 +08:00
"y" : 19
2018-03-22 22:27:12 +08:00
} ,
"id" : 27 ,
"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" ,
2018-08-01 14:00:43 +08:00
"rawSql" : "SELECT \n $__timeGroupAlias(time, '$summarize'), \n measurement, \n avg(\"valueOne\") as \"valueOne\",\n avg(\"valueTwo\") as \"valueTwo\"\nFROM\n metric_values \nWHERE\n $__timeFilter(time) AND\n measurement in($metric)\nGROUP BY 1, 2\nORDER BY 1" ,
2018-03-22 22:27:12 +08:00
"refId" : "A"
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "Multiple series with 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
}
2018-04-10 17:08:30 +08:00
] ,
"yaxis" : {
"align" : false ,
"alignLevel" : null
}
2018-03-22 22:27:12 +08:00
} ,
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2018-07-27 00:12:00 +08:00
"datasource" : "gdev-postgres-ds-tests" ,
2018-03-22 22:27:12 +08:00
"fill" : 2 ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 12 ,
2018-08-08 15:47:45 +08:00
"y" : 19
2018-03-22 22:27:12 +08:00
} ,
"id" : 5 ,
"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" ,
2018-08-01 14:48:22 +08:00
"rawSql" : "SELECT \n $__timeGroupAlias(time, '$summarize'), \n avg(\"valueOne\") as \"valueOne\", \n avg(\"valueTwo\") as \"valueTwo\" \nFROM\n metric_values \nWHERE\n $__timeFilter(time) AND\n measurement in($metric)\nGROUP BY 1\nORDER BY 1" ,
2018-03-22 22:27:12 +08:00
"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
}
2018-04-10 17:08:30 +08:00
] ,
"yaxis" : {
"align" : false ,
"alignLevel" : null
}
2018-03-22 22:27:12 +08:00
} ,
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2018-07-27 00:12:00 +08:00
"datasource" : "gdev-postgres-ds-tests" ,
2018-03-22 22:27:12 +08:00
"fill" : 2 ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 0 ,
2018-08-08 15:47:45 +08:00
"y" : 27
2018-03-22 22:27:12 +08:00
} ,
2018-08-17 20:26:28 +08:00
"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
} ,
2018-03-22 22:27:12 +08:00
"id" : 4 ,
"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" ,
2018-07-30 19:54:57 +08:00
"rawSql" : "SELECT $__timeEpoch(time), measurement, \"valueOne\", \"valueTwo\" FROM metric_values \nWHERE $__timeFilter(time) AND measurement in($metric) ORDER BY 1" ,
2018-03-22 22:27:12 +08:00
"refId" : "A"
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "Multiple series with metric column" ,
"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
}
2018-04-10 17:08:30 +08:00
] ,
"yaxis" : {
"align" : false ,
"alignLevel" : null
}
2018-03-22 22:27:12 +08:00
} ,
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2018-07-27 00:12:00 +08:00
"datasource" : "gdev-postgres-ds-tests" ,
2018-03-22 22:27:12 +08:00
"fill" : 2 ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 12 ,
2018-08-17 20:26:28 +08:00
"y" : 35
2018-03-22 22:27:12 +08:00
} ,
"id" : 28 ,
"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 $__timeEpoch(time), \"valueOne\", \"valueTwo\" FROM metric_values \nWHERE $__timeFilter(time) AND measurement in($metric) ORDER BY 1" ,
"refId" : "A"
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "Multiple series without metric column" ,
"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
}
2018-04-10 17:08:30 +08:00
] ,
"yaxis" : {
"align" : false ,
"alignLevel" : null
}
2018-03-22 22:27:12 +08:00
} ,
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2018-07-27 00:12:00 +08:00
"datasource" : "gdev-postgres-ds-tests" ,
2018-03-22 22:27:12 +08:00
"fill" : 2 ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 0 ,
2018-08-17 20:26:28 +08:00
"y" : 43
2018-03-22 22:27:12 +08:00
} ,
"id" : 19 ,
"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" : true ,
"steppedLine" : false ,
"targets" : [
{
"alias" : "" ,
"format" : "time_series" ,
2018-07-30 19:54:57 +08:00
"rawSql" : "SELECT $__timeEpoch(time), measurement, \"valueOne\", \"valueTwo\" FROM metric_values \nWHERE $__timeFilter(time) AND measurement in($metric) ORDER BY 1" ,
2018-03-22 22:27:12 +08:00
"refId" : "A"
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "Multiple series with metric column - stacked" ,
"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
}
2018-04-10 17:08:30 +08:00
] ,
"yaxis" : {
"align" : false ,
"alignLevel" : null
}
2018-03-22 22:27:12 +08:00
} ,
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2018-07-27 00:12:00 +08:00
"datasource" : "gdev-postgres-ds-tests" ,
2018-03-22 22:27:12 +08:00
"fill" : 2 ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 12 ,
2018-08-17 20:26:28 +08:00
"y" : 43
2018-03-22 22:27:12 +08:00
} ,
"id" : 18 ,
"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" : true ,
"steppedLine" : false ,
"targets" : [
{
"alias" : "" ,
"format" : "time_series" ,
"rawSql" : "SELECT $__timeEpoch(time), \"valueOne\", \"valueTwo\" FROM metric_values \nWHERE $__timeFilter(time) AND measurement in($metric) ORDER BY 1" ,
"refId" : "A"
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "Multiple series without metric column - stacked" ,
"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
}
2018-04-10 17:08:30 +08:00
] ,
"yaxis" : {
"align" : false ,
"alignLevel" : null
}
2018-03-22 22:27:12 +08:00
} ,
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2018-07-27 00:12:00 +08:00
"datasource" : "gdev-postgres-ds-tests" ,
2018-03-22 22:27:12 +08:00
"fill" : 2 ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 0 ,
2018-08-17 20:26:28 +08:00
"y" : 51
2018-03-22 22:27:12 +08:00
} ,
"id" : 17 ,
"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" : true ,
"pointradius" : 3 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : true ,
"steppedLine" : false ,
"targets" : [
{
"alias" : "" ,
"format" : "time_series" ,
2018-07-30 19:54:57 +08:00
"rawSql" : "SELECT $__timeEpoch(time), measurement, \"valueOne\", \"valueTwo\" FROM metric_values \nWHERE $__timeFilter(time) AND measurement in($metric) ORDER BY 1" ,
2018-03-22 22:27:12 +08:00
"refId" : "A"
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "Multiple series with metric column - stacked percent" ,
"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
}
2018-04-10 17:08:30 +08:00
] ,
"yaxis" : {
"align" : false ,
"alignLevel" : null
}
2018-03-22 22:27:12 +08:00
} ,
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2018-07-27 00:12:00 +08:00
"datasource" : "gdev-postgres-ds-tests" ,
2018-03-22 22:27:12 +08:00
"fill" : 2 ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 12 ,
2018-08-17 20:26:28 +08:00
"y" : 51
2018-03-22 22:27:12 +08:00
} ,
"id" : 20 ,
"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" : true ,
"pointradius" : 3 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : true ,
"steppedLine" : false ,
"targets" : [
{
"alias" : "" ,
"format" : "time_series" ,
"rawSql" : "SELECT $__timeEpoch(time), \"valueOne\", \"valueTwo\" FROM metric_values \nWHERE $__timeFilter(time) AND measurement in($metric) ORDER BY 1" ,
"refId" : "A"
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "Multiple series without metric column - stacked percent" ,
"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
}
2018-04-10 17:08:30 +08:00
] ,
"yaxis" : {
"align" : false ,
"alignLevel" : null
}
2018-03-22 22:27:12 +08:00
} ,
{
"aliasColors" : { } ,
"bars" : true ,
"dashLength" : 10 ,
"dashes" : false ,
2018-07-27 00:12:00 +08:00
"datasource" : "gdev-postgres-ds-tests" ,
2018-03-22 22:27:12 +08:00
"fill" : 1 ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 0 ,
2018-08-17 20:26:28 +08:00
"y" : 59
2018-03-22 22:27:12 +08:00
} ,
"id" : 14 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
"max" : true ,
"min" : true ,
"rightSide" : true ,
"show" : true ,
"total" : true ,
"values" : true
} ,
"lines" : false ,
"linewidth" : 1 ,
"links" : [ ] ,
"nullPointMode" : "null" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
"alias" : "" ,
"format" : "time_series" ,
2018-07-30 19:54:57 +08:00
"rawSql" : "SELECT $__timeEpoch(time), measurement, \"valueOne\", \"valueTwo\" FROM metric_values \nWHERE $__timeFilter(time) AND measurement in($metric) ORDER BY 1" ,
2018-03-22 22:27:12 +08:00
"refId" : "A"
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "Multiple series with metric column - series mode" ,
"tooltip" : {
"shared" : false ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"buckets" : null ,
"mode" : "series" ,
"name" : null ,
"show" : true ,
2019-04-15 16:51:17 +08:00
"values" : [ "total" ]
2018-03-22 22:27:12 +08:00
} ,
"yaxes" : [
{
"decimals" : null ,
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : "0" ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
}
2018-04-10 17:08:30 +08:00
] ,
"yaxis" : {
"align" : false ,
"alignLevel" : null
}
2018-03-22 22:27:12 +08:00
} ,
{
"aliasColors" : { } ,
"bars" : true ,
"dashLength" : 10 ,
"dashes" : false ,
2018-07-27 00:12:00 +08:00
"datasource" : "gdev-postgres-ds-tests" ,
2018-03-22 22:27:12 +08:00
"fill" : 1 ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 12 ,
2018-08-17 20:26:28 +08:00
"y" : 59
2018-03-22 22:27:12 +08:00
} ,
"id" : 15 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
"max" : true ,
"min" : true ,
"rightSide" : true ,
"show" : true ,
"total" : true ,
"values" : true
} ,
"lines" : false ,
"linewidth" : 1 ,
"links" : [ ] ,
"nullPointMode" : "null" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
"alias" : "" ,
"format" : "time_series" ,
"rawSql" : "SELECT $__timeEpoch(time), \"valueOne\", \"valueTwo\" FROM metric_values \nWHERE $__timeFilter(time) AND measurement in($metric) ORDER BY 1" ,
"refId" : "A"
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "Multiple series without metric column - series mode" ,
"tooltip" : {
"shared" : false ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"buckets" : null ,
"mode" : "series" ,
"name" : null ,
"show" : true ,
2019-04-15 16:51:17 +08:00
"values" : [ "total" ]
2018-03-22 22:27:12 +08:00
} ,
"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
}
2018-04-10 17:08:30 +08:00
] ,
"yaxis" : {
"align" : false ,
"alignLevel" : null
}
2018-03-22 22:27:12 +08:00
} ,
{
"aliasColors" : { } ,
"bars" : true ,
"dashLength" : 10 ,
"dashes" : false ,
2018-07-27 00:12:00 +08:00
"datasource" : "gdev-postgres-ds-tests" ,
2018-03-22 22:27:12 +08:00
"fill" : 1 ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 0 ,
2018-08-17 20:26:28 +08:00
"y" : 67
2018-03-22 22:27:12 +08:00
} ,
"id" : 25 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
"max" : true ,
"min" : true ,
"rightSide" : true ,
"show" : false ,
"total" : true ,
"values" : true
} ,
"lines" : false ,
"linewidth" : 1 ,
"links" : [ ] ,
"nullPointMode" : "null" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
"alias" : "" ,
"format" : "time_series" ,
2018-07-30 19:54:57 +08:00
"rawSql" : "SELECT $__timeEpoch(time), measurement, \"valueOne\", \"valueTwo\" FROM metric_values \nWHERE $__timeFilter(time) AND measurement in($metric) ORDER BY 1" ,
2018-03-22 22:27:12 +08:00
"refId" : "A"
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "Multiple series with metric column - histogram" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"buckets" : 50 ,
"mode" : "histogram" ,
"name" : null ,
"show" : true ,
2019-04-15 16:51:17 +08:00
"values" : [ "current" ]
2018-03-22 22:27:12 +08:00
} ,
"yaxes" : [
{
"decimals" : null ,
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : "0" ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
}
2018-04-10 17:08:30 +08:00
] ,
"yaxis" : {
"align" : false ,
"alignLevel" : null
}
2018-03-22 22:27:12 +08:00
} ,
{
"aliasColors" : { } ,
"bars" : true ,
"dashLength" : 10 ,
"dashes" : false ,
2018-07-27 00:12:00 +08:00
"datasource" : "gdev-postgres-ds-tests" ,
2018-03-22 22:27:12 +08:00
"fill" : 1 ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 12 ,
2018-08-17 20:26:28 +08:00
"y" : 67
2018-03-22 22:27:12 +08:00
} ,
"id" : 22 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
"max" : true ,
"min" : true ,
"rightSide" : true ,
"show" : false ,
"total" : true ,
"values" : true
} ,
"lines" : false ,
"linewidth" : 1 ,
"links" : [ ] ,
"nullPointMode" : "null" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
"alias" : "" ,
"format" : "time_series" ,
"rawSql" : "SELECT $__timeEpoch(time), \"valueOne\", \"valueTwo\" FROM metric_values\nWHERE $__timeFilter(time) AND measurement in($metric) ORDER BY 1" ,
"refId" : "A"
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "Multiple series without metric column - histogram" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"buckets" : 100 ,
"mode" : "histogram" ,
"name" : null ,
"show" : true ,
2019-04-15 16:51:17 +08:00
"values" : [ "total" ]
2018-03-22 22:27:12 +08:00
} ,
"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
}
2018-04-10 17:08:30 +08:00
] ,
"yaxis" : {
"align" : false ,
"alignLevel" : null
}
2018-03-22 22:27:12 +08:00
} ,
{
"aliasColors" : { } ,
"bars" : true ,
"dashLength" : 10 ,
"dashes" : false ,
2018-07-27 00:12:00 +08:00
"datasource" : "gdev-postgres-ds-tests" ,
2018-03-22 22:27:12 +08:00
"fill" : 1 ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 0 ,
2018-08-17 20:26:28 +08:00
"y" : 75
2018-03-22 22:27:12 +08:00
} ,
"id" : 21 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
"max" : true ,
"min" : true ,
"rightSide" : true ,
"show" : false ,
"total" : true ,
"values" : true
} ,
"lines" : false ,
"linewidth" : 1 ,
"links" : [ ] ,
"nullPointMode" : "null" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : true ,
"steppedLine" : false ,
"targets" : [
{
"alias" : "" ,
"format" : "time_series" ,
2018-07-30 19:54:57 +08:00
"rawSql" : "SELECT $__timeEpoch(time), measurement, \"valueOne\", \"valueTwo\" FROM metric_values \nWHERE $__timeFilter(time) AND measurement in($metric) ORDER BY 1" ,
2018-03-22 22:27:12 +08:00
"refId" : "A"
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "Multiple series with metric column - histogram stacked" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"buckets" : 20 ,
"mode" : "histogram" ,
"name" : null ,
"show" : true ,
2019-04-15 16:51:17 +08:00
"values" : [ "current" ]
2018-03-22 22:27:12 +08:00
} ,
"yaxes" : [
{
"decimals" : null ,
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : "0" ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
}
2018-04-10 17:08:30 +08:00
] ,
"yaxis" : {
"align" : false ,
"alignLevel" : null
}
2018-03-22 22:27:12 +08:00
} ,
{
"aliasColors" : { } ,
"bars" : true ,
"dashLength" : 10 ,
"dashes" : false ,
2018-07-27 00:12:00 +08:00
"datasource" : "gdev-postgres-ds-tests" ,
2018-03-22 22:27:12 +08:00
"fill" : 1 ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 12 ,
2018-08-17 20:26:28 +08:00
"y" : 75
2018-03-22 22:27:12 +08:00
} ,
"id" : 26 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
"max" : true ,
"min" : true ,
"rightSide" : true ,
"show" : false ,
"total" : true ,
"values" : true
} ,
"lines" : false ,
"linewidth" : 1 ,
"links" : [ ] ,
"nullPointMode" : "null" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : true ,
"steppedLine" : false ,
"targets" : [
{
"alias" : "" ,
"format" : "time_series" ,
"rawSql" : "SELECT $__timeEpoch(time), \"valueOne\", \"valueTwo\" FROM metric_values \nWHERE $__timeFilter(time) AND measurement in($metric) ORDER BY 1" ,
"refId" : "A"
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "Multiple series without metric column - histogram stacked" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"buckets" : 20 ,
"mode" : "histogram" ,
"name" : null ,
"show" : true ,
2019-04-15 16:51:17 +08:00
"values" : [ "total" ]
2018-03-22 22:27:12 +08:00
} ,
"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
}
2018-04-10 17:08:30 +08:00
] ,
"yaxis" : {
"align" : false ,
"alignLevel" : null
}
2018-03-22 22:27:12 +08:00
} ,
{
"aliasColors" : { } ,
"bars" : true ,
"dashLength" : 10 ,
"dashes" : false ,
2018-07-27 00:12:00 +08:00
"datasource" : "gdev-postgres-ds-tests" ,
2018-03-22 22:27:12 +08:00
"fill" : 1 ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 0 ,
2018-08-17 20:26:28 +08:00
"y" : 83
2018-03-22 22:27:12 +08:00
} ,
"id" : 23 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
"max" : true ,
"min" : true ,
"rightSide" : true ,
"show" : false ,
"total" : true ,
"values" : true
} ,
"lines" : false ,
"linewidth" : 1 ,
"links" : [ ] ,
"nullPointMode" : "null" ,
"percentage" : true ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : true ,
"steppedLine" : false ,
"targets" : [
{
"alias" : "" ,
"format" : "time_series" ,
2018-07-30 19:54:57 +08:00
"rawSql" : "SELECT $__timeEpoch(time), measurement, \"valueOne\", \"valueTwo\" FROM metric_values \nWHERE $__timeFilter(time) AND measurement in($metric) ORDER BY 1" ,
2018-03-22 22:27:12 +08:00
"refId" : "A"
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "Multiple series with metric column - histogram stacked percent" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"buckets" : 20 ,
"mode" : "histogram" ,
"name" : null ,
"show" : true ,
2019-04-15 16:51:17 +08:00
"values" : [ "current" ]
2018-03-22 22:27:12 +08:00
} ,
"yaxes" : [
{
"decimals" : null ,
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : "0" ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
}
2018-04-10 17:08:30 +08:00
] ,
"yaxis" : {
"align" : false ,
"alignLevel" : null
}
2018-03-22 22:27:12 +08:00
} ,
{
"aliasColors" : { } ,
"bars" : true ,
"dashLength" : 10 ,
"dashes" : false ,
2018-07-27 00:12:00 +08:00
"datasource" : "gdev-postgres-ds-tests" ,
2018-03-22 22:27:12 +08:00
"fill" : 1 ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 12 ,
2018-08-17 20:26:28 +08:00
"y" : 83
2018-03-22 22:27:12 +08:00
} ,
"id" : 24 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
"max" : true ,
"min" : true ,
"rightSide" : true ,
"show" : false ,
"total" : true ,
"values" : true
} ,
"lines" : false ,
"linewidth" : 1 ,
"links" : [ ] ,
"nullPointMode" : "null" ,
"percentage" : true ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : true ,
"steppedLine" : false ,
"targets" : [
{
"alias" : "" ,
"format" : "time_series" ,
"rawSql" : "SELECT $__timeEpoch(time), \"valueOne\", \"valueTwo\" FROM metric_values \nWHERE $__timeFilter(time) AND measurement in($metric) ORDER BY 1" ,
"refId" : "A"
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "Multiple series without metric column - histogram stacked percent" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"buckets" : 20 ,
"mode" : "histogram" ,
"name" : null ,
"show" : true ,
2019-04-15 16:51:17 +08:00
"values" : [ "total" ]
2018-03-22 22:27:12 +08:00
} ,
"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
}
2018-04-10 17:08:30 +08:00
] ,
"yaxis" : {
"align" : false ,
"alignLevel" : null
}
2018-03-22 22:27:12 +08:00
}
] ,
"refresh" : false ,
"schemaVersion" : 16 ,
2019-04-15 16:51:17 +08:00
"tags" : [ "gdev" , "postgres" , "datasource-test" ] ,
2018-03-22 22:27:12 +08:00
"templating" : {
"list" : [
{
"allValue" : null ,
2018-07-27 00:12:00 +08:00
"current" : {
"selected" : true ,
"tags" : [ ] ,
"text" : "All" ,
2019-04-15 16:51:17 +08:00
"value" : [ "$__all" ]
2018-07-27 00:12:00 +08:00
} ,
"datasource" : "gdev-postgres-ds-tests" ,
2018-03-22 22:27:12 +08:00
"hide" : 0 ,
"includeAll" : true ,
"label" : "Metric" ,
"multi" : true ,
"name" : "metric" ,
2018-07-27 00:12:00 +08:00
"options" : [
{
"selected" : true ,
"text" : "All" ,
"value" : "$__all"
} ,
{
"selected" : false ,
"text" : "Metric A" ,
"value" : "Metric A"
} ,
{
"selected" : false ,
"text" : "Metric B" ,
"value" : "Metric B"
}
] ,
2018-03-22 22:27:12 +08:00
"query" : "SELECT DISTINCT measurement FROM metric_values" ,
2018-07-27 00:12:00 +08:00
"refresh" : 0 ,
2018-03-22 22:27:12 +08:00
"regex" : "" ,
2018-07-27 00:12:00 +08:00
"skipUrlSync" : false ,
2018-03-22 22:27:12 +08:00
"sort" : 1 ,
"tagValuesQuery" : "" ,
"tags" : [ ] ,
"tagsQuery" : "" ,
"type" : "query" ,
"useTags" : false
} ,
{
"auto" : false ,
"auto_count" : 30 ,
"auto_min" : "10s" ,
"current" : {
"text" : "10m" ,
"value" : "10m"
} ,
"hide" : 0 ,
"label" : "Interval" ,
"name" : "summarize" ,
"options" : [
{
"selected" : false ,
"text" : "1s" ,
"value" : "1s"
} ,
{
"selected" : false ,
"text" : "10s" ,
"value" : "10s"
} ,
{
"selected" : false ,
"text" : "30s" ,
"value" : "30s"
} ,
{
"selected" : false ,
"text" : "1m" ,
"value" : "1m"
} ,
{
"selected" : false ,
"text" : "5m" ,
"value" : "5m"
} ,
{
"selected" : true ,
"text" : "10m" ,
"value" : "10m"
}
] ,
"query" : "1s,10s,30s,1m,5m,10m" ,
"refresh" : 2 ,
2018-07-27 00:12:00 +08:00
"skipUrlSync" : false ,
2018-03-22 22:27:12 +08:00
"type" : "interval"
}
]
} ,
"time" : {
"from" : "2018-03-15T12:30:00.000Z" ,
"to" : "2018-03-15T13:55:01.000Z"
} ,
"timepicker" : {
2025-02-13 03:23:09 +08:00
"refresh_intervals" : [ "5s" , "10s" , "30s" , "1m" , "5m" , "15m" , "30m" , "1h" , "2h" , "1d" ]
2018-03-22 22:27:12 +08:00
} ,
"timezone" : "" ,
2018-07-27 00:12:00 +08:00
"title" : "Datasource tests - Postgres (unittest)" ,
2018-03-22 22:27:12 +08:00
"uid" : "vHQdlVziz" ,
2018-08-17 20:26:28 +08:00
"version" : 1
2019-04-15 16:51:17 +08:00
}