Skip to content

Commit

Permalink
Dashboards: PG 'single query stats' minor adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
kmoppel committed Feb 7, 2019
1 parent 80e46c4 commit c807cd7
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions grafana_dashboards/postgres/v5/single-query-details/dashboard.json
Expand Up @@ -45,7 +45,7 @@
"lines": true,
"linewidth": 1,
"links": [],
"nullPointMode": "null",
"nullPointMode": "connected",
"percentage": false,
"pointradius": 5,
"points": false,
Expand Down Expand Up @@ -334,7 +334,7 @@
"lines": true,
"linewidth": 1,
"links": [],
"nullPointMode": "null",
"nullPointMode": "null as zero",
"percentage": false,
"pointradius": 5,
"points": false,
Expand Down Expand Up @@ -481,7 +481,7 @@
"lines": true,
"linewidth": 1,
"links": [],
"nullPointMode": "null",
"nullPointMode": "connected",
"percentage": false,
"pointradius": 5,
"points": false,
Expand Down Expand Up @@ -1158,7 +1158,6 @@
{
"allValue": null,
"current": {
"selected": true,
"text": null,
"value": null
},
Expand All @@ -1185,8 +1184,8 @@
"allValue": null,
"current": {
"tags": [],
"text": "-150200973902411390",
"value": "-150200973902411390"
"text": null,
"value": null
},
"datasource": null,
"definition": "select distinct tag_data->>'queryid' from stat_statements WHERE time > current_date -3 and dbname = '$dbname' order by 1;",
Expand All @@ -1213,8 +1212,8 @@
"auto_min": "10s",
"current": {
"tags": [],
"text": "10m",
"value": "10m"
"text": "30m",
"value": "30m"
},
"hide": 0,
"label": null,
Expand All @@ -1231,7 +1230,7 @@
"value": "5m"
},
{
"selected": true,
"selected": false,
"text": "10m",
"value": "10m"
},
Expand All @@ -1241,7 +1240,7 @@
"value": "15m"
},
{
"selected": false,
"selected": true,
"text": "30m",
"value": "30m"
},
Expand Down Expand Up @@ -1274,7 +1273,7 @@
]
},
"time": {
"from": "now-3h",
"from": "now-12h",
"to": "now"
},
"timepicker": {
Expand Down

0 comments on commit c807cd7

Please sign in to comment.