Skip to content

Commit 7b5e0c6

Browse files
committed
Merge branch 'feat/dashboard7-blockers-and-wraparound' into 'main'
Dashboard 7 redesign: Autovacuum and xmin horizon RCA Closes #177 See merge request postgres-ai/postgresai!254
2 parents 8594f08 + 40ca619 commit 7b5e0c6

21 files changed

Lines changed: 2627 additions & 1238 deletions

config/grafana/dashboards/Dashboard_10_Index health.json

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,21 @@
1919
"fiscalYearStartMonth": 0,
2020
"graphTooltip": 0,
2121
"id": 1,
22-
"links": [],
22+
"links": [
23+
{
24+
"asDropdown": true,
25+
"icon": "external link",
26+
"includeVars": true,
27+
"keepTime": true,
28+
"tags": [
29+
"postgres-ai"
30+
],
31+
"targetBlank": false,
32+
"title": "Dashboards",
33+
"tooltip": "",
34+
"type": "dashboards"
35+
}
36+
],
2337
"panels": [
2438
{
2539
"collapsed": true,
@@ -1100,7 +1114,9 @@
11001114
],
11011115
"preload": false,
11021116
"schemaVersion": 41,
1103-
"tags": [],
1117+
"tags": [
1118+
"postgres-ai"
1119+
],
11041120
"templating": {
11051121
"list": [
11061122
{

config/grafana/dashboards/Dashboard_11_Single_index_analysis.json

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,21 @@
1919
"fiscalYearStartMonth": 0,
2020
"graphTooltip": 0,
2121
"id": 14,
22-
"links": [],
22+
"links": [
23+
{
24+
"asDropdown": true,
25+
"icon": "external link",
26+
"includeVars": true,
27+
"keepTime": true,
28+
"tags": [
29+
"postgres-ai"
30+
],
31+
"targetBlank": false,
32+
"title": "Dashboards",
33+
"tooltip": "",
34+
"type": "dashboards"
35+
}
36+
],
2337
"panels": [
2438
{
2539
"collapsed": false,
@@ -726,7 +740,9 @@
726740
],
727741
"preload": false,
728742
"schemaVersion": 41,
729-
"tags": [],
743+
"tags": [
744+
"postgres-ai"
745+
],
730746
"templating": {
731747
"list": [
732748
{

config/grafana/dashboards/Dashboard_12_SLRU.json

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,21 @@
1919
"fiscalYearStartMonth": 0,
2020
"graphTooltip": 1,
2121
"id": 13,
22-
"links": [],
22+
"links": [
23+
{
24+
"asDropdown": true,
25+
"icon": "external link",
26+
"includeVars": true,
27+
"keepTime": true,
28+
"tags": [
29+
"postgres-ai"
30+
],
31+
"targetBlank": false,
32+
"title": "Dashboards",
33+
"tooltip": "",
34+
"type": "dashboards"
35+
}
36+
],
2337
"panels": [
2438
{
2539
"collapsed": false,
@@ -748,7 +762,9 @@
748762
"preload": false,
749763
"refresh": "30s",
750764
"schemaVersion": 41,
751-
"tags": [],
765+
"tags": [
766+
"postgres-ai"
767+
],
752768
"templating": {
753769
"list": [
754770
{

config/grafana/dashboards/Dashboard_13_Lock_waits.json

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,21 @@
1919
"fiscalYearStartMonth": 0,
2020
"graphTooltip": 1,
2121
"id": null,
22-
"links": [],
22+
"links": [
23+
{
24+
"asDropdown": true,
25+
"icon": "external link",
26+
"includeVars": true,
27+
"keepTime": true,
28+
"tags": [
29+
"postgres-ai"
30+
],
31+
"targetBlank": false,
32+
"title": "Dashboards",
33+
"tooltip": "",
34+
"type": "dashboards"
35+
}
36+
],
2337
"liveNow": false,
2438
"panels": [
2539
{
@@ -1006,7 +1020,9 @@
10061020
],
10071021
"refresh": "30s",
10081022
"schemaVersion": 39,
1009-
"tags": [],
1023+
"tags": [
1024+
"postgres-ai"
1025+
],
10101026
"templating": {
10111027
"list": [
10121028
{

config/grafana/dashboards/Dashboard_14_IO_Statistics.json

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,21 @@
2020
"fiscalYearStartMonth": 0,
2121
"graphTooltip": 1,
2222
"id": null,
23-
"links": [],
23+
"links": [
24+
{
25+
"asDropdown": true,
26+
"icon": "external link",
27+
"includeVars": true,
28+
"keepTime": true,
29+
"tags": [
30+
"postgres-ai"
31+
],
32+
"targetBlank": false,
33+
"title": "Dashboards",
34+
"tooltip": "",
35+
"type": "dashboards"
36+
}
37+
],
2438
"panels": [
2539
{
2640
"collapsed": false,
@@ -1077,7 +1091,12 @@
10771091
"preload": false,
10781092
"refresh": "30s",
10791093
"schemaVersion": 41,
1080-
"tags": ["postgresql", "io", "performance"],
1094+
"tags": [
1095+
"postgresql",
1096+
"io",
1097+
"performance",
1098+
"postgres-ai"
1099+
],
10811100
"templating": {
10821101
"list": [
10831102
{

0 commit comments

Comments
 (0)