Skip to content

Commit 780d221

Browse files
committed
Merge branch 'grafana/dashboard-labels-and-uid-collision' into 'main'
ops(grafana): standardize dashboard tags, fix UID-collision after upgrade Closes #202 See merge request postgres-ai/postgresai!269
2 parents 74cb4d1 + c8ea0ed commit 780d221

18 files changed

Lines changed: 149 additions & 21 deletions

config/grafana/dashboards/Dashboard_10_Index health.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1115,7 +1115,8 @@
11151115
"preload": false,
11161116
"schemaVersion": 41,
11171117
"tags": [
1118-
"postgres-ai"
1118+
"postgres-ai",
1119+
"indexes"
11191120
],
11201121
"templating": {
11211122
"list": [

config/grafana/dashboards/Dashboard_11_Single_index_analysis.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,8 @@
741741
"preload": false,
742742
"schemaVersion": 41,
743743
"tags": [
744-
"postgres-ai"
744+
"postgres-ai",
745+
"indexes"
745746
],
746747
"templating": {
747748
"list": [

config/grafana/dashboards/Dashboard_12_SLRU.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,8 @@
763763
"refresh": "30s",
764764
"schemaVersion": 41,
765765
"tags": [
766-
"postgres-ai"
766+
"postgres-ai",
767+
"slru"
767768
],
768769
"templating": {
769770
"list": [

config/grafana/dashboards/Dashboard_13_Lock_waits.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1021,7 +1021,8 @@
10211021
"refresh": "30s",
10221022
"schemaVersion": 39,
10231023
"tags": [
1024-
"postgres-ai"
1024+
"postgres-ai",
1025+
"locks"
10251026
],
10261027
"templating": {
10271028
"list": [

config/grafana/dashboards/Dashboard_14_IO_Statistics.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1092,10 +1092,8 @@
10921092
"refresh": "30s",
10931093
"schemaVersion": 41,
10941094
"tags": [
1095-
"postgresql",
1096-
"io",
1097-
"performance",
1098-
"postgres-ai"
1095+
"postgres-ai",
1096+
"io"
10991097
],
11001098
"templating": {
11011099
"list": [

config/grafana/dashboards/Dashboard_1_Node_performance_overview.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3421,7 +3421,9 @@
34213421
"preload": false,
34223422
"schemaVersion": 41,
34233423
"tags": [
3424-
"postgres-ai"
3424+
"postgres-ai",
3425+
"overview",
3426+
"node"
34253427
],
34263428
"templating": {
34273429
"list": [

config/grafana/dashboards/Dashboard_2_Aggregated_query_analysis.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3383,7 +3383,8 @@
33833383
"preload": false,
33843384
"schemaVersion": 41,
33853385
"tags": [
3386-
"postgres-ai"
3386+
"postgres-ai",
3387+
"queries"
33873388
],
33883389
"templating": {
33893390
"list": [

config/grafana/dashboards/Dashboard_3_Single_query_analysis.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2141,7 +2141,8 @@
21412141
"preload": false,
21422142
"schemaVersion": 41,
21432143
"tags": [
2144-
"postgres-ai"
2144+
"postgres-ai",
2145+
"queries"
21452146
],
21462147
"templating": {
21472148
"list": [

config/grafana/dashboards/Dashboard_4_Wait_Sampling_Dashboard.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -936,7 +936,9 @@
936936
"refresh": "5s",
937937
"schemaVersion": 41,
938938
"tags": [
939-
"postgres-ai"
939+
"postgres-ai",
940+
"waits",
941+
"ash"
940942
],
941943
"templating": {
942944
"list": [

config/grafana/dashboards/Dashboard_5_Backup_stats.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1156,10 +1156,10 @@
11561156
"preload": false,
11571157
"schemaVersion": 41,
11581158
"tags": [
1159-
"backups",
1160-
"dr",
1159+
"postgres-ai",
11611160
"wal",
1162-
"postgres-ai"
1161+
"backups",
1162+
"dr"
11631163
],
11641164
"templating": {
11651165
"list": [

0 commit comments

Comments
 (0)