Skip to content

Commit e52526e

Browse files
committed
fix broken links in grafana dashboards
[sc-19940]
1 parent 4cb906b commit e52526e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

kustomize/monitoring/dashboards/postgres_overview.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,27 +62,27 @@
6262
{
6363
"targetBlank": true,
6464
"title": "Cluster Details",
65-
"url": "dashboard/db/postgresqldetails?$__all_variables"
65+
"url": "d/fMip0cuMk/postgresqldetails?$__all_variables"
6666
},
6767
{
6868
"targetBlank": true,
6969
"title": "Backup Details",
70-
"url": "dashboard/db/pgbackrest?$__all_variables"
70+
"url": "d/2fcFZ6PGk/pgbackrest?$__all_variables"
7171
},
7272
{
7373
"targetBlank": true,
7474
"title": "POD Details",
75-
"url": "dashboard/db/pod-details?$__all_variables"
75+
"url": "d/4auP6Mk7k/pod-details?$__all_variables"
7676
},
7777
{
7878
"targetBlank": true,
7979
"title": "Query Statistics",
80-
"url": "dashboard/db/query-statistics?$__all_variables"
80+
"url": "d/ZKoTOHDGk/query-statistics?$__all_variables"
8181
},
8282
{
8383
"targetBlank": true,
8484
"title": "Service Health",
85-
"url": "dashboard/db/postgresql-service-health?$__all_variables"
85+
"url": "d/dhG1wgsMz/postgresql-service-health?$__all_variables"
8686
}
8787
],
8888
"mappings": [

kustomize/monitoring/dashboards/postgresql_details.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"links": [
8686
{
8787
"title": "pgBackrest",
88-
"url": "/dashboard/db/pgbackrest?${__all_variables}"
88+
"url": "/d/2fcFZ6PGk/pgbackrest?${__all_variables}"
8989
}
9090
],
9191
"mappings": [
@@ -129,7 +129,7 @@
129129
"links": [
130130
{
131131
"title": "pgBackRest",
132-
"url": "/dashboard/db/pgbackrest?${__all_variables}"
132+
"url": "/d/2fcFZ6PGk/pgbackrest?${__all_variables}"
133133
}
134134
],
135135
"maxDataPoints": 100,

0 commit comments

Comments
 (0)