Skip to content

Commit 6a1947e

Browse files
Fixed sessions graphs
1 parent c6f0606 commit 6a1947e

File tree

1 file changed

+6
-43
lines changed

1 file changed

+6
-43
lines changed

config/grafana/dashboards/DBOverviewDashboard.json

Lines changed: 6 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"barAlignment": 0,
5454
"barWidthFactor": 0.5,
5555
"drawStyle": "bars",
56-
"fillOpacity": 100,
56+
"fillOpacity": 40,
5757
"gradientMode": "none",
5858
"hideFrom": {
5959
"legend": false,
@@ -261,7 +261,7 @@
261261
"refId": "D"
262262
}
263263
],
264-
"title": "New panel",
264+
"title": "Active session history",
265265
"type": "timeseries"
266266
},
267267
{
@@ -443,32 +443,6 @@
443443
}
444444
}
445445
]
446-
},
447-
{
448-
"__systemRef": "hideSeriesFrom",
449-
"matcher": {
450-
"id": "byNames",
451-
"options": {
452-
"mode": "exclude",
453-
"names": [
454-
"active",
455-
"idle",
456-
"idle in transaction"
457-
],
458-
"prefix": "All except:",
459-
"readOnly": true
460-
}
461-
},
462-
"properties": [
463-
{
464-
"id": "custom.hideFrom",
465-
"value": {
466-
"legend": false,
467-
"tooltip": false,
468-
"viz": true
469-
}
470-
}
471-
]
472446
}
473447
]
474448
},
@@ -687,19 +661,9 @@
687661
]
688662
},
689663
{
690-
"__systemRef": "hideSeriesFrom",
691664
"matcher": {
692-
"id": "byNames",
693-
"options": {
694-
"mode": "exclude",
695-
"names": [
696-
"active",
697-
"idle",
698-
"idle in transaction"
699-
],
700-
"prefix": "All except:",
701-
"readOnly": true
702-
}
665+
"id": "byName",
666+
"options": "Max connections"
703667
},
704668
"properties": [
705669
{
@@ -3986,19 +3950,18 @@
39863950
}
39873951
],
39883952
"preload": false,
3989-
"refresh": "auto",
39903953
"schemaVersion": 41,
39913954
"tags": [],
39923955
"templating": {
39933956
"list": []
39943957
},
39953958
"time": {
3996-
"from": "now-5m",
3959+
"from": "now-15m",
39973960
"to": "now"
39983961
},
39993962
"timepicker": {},
40003963
"timezone": "browser",
40013964
"title": "Database Overview",
40023965
"uid": "f90500a0-a12e-4081-a2f0-07ed96f27915",
4003-
"version": 96
3966+
"version": 99
40043967
}

0 commit comments

Comments
 (0)