From 70fd6f6d3d58cfc18a6c5e57a6e8361fc9527f0e Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Mon, 21 Oct 2024 13:19:06 -0500 Subject: [PATCH] add crunchy postgres dashboards --- .../grafana/app/helmrelease.yaml | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/kubernetes/apps/observability/grafana/app/helmrelease.yaml b/kubernetes/apps/observability/grafana/app/helmrelease.yaml index 165ab8ee..87b78356 100644 --- a/kubernetes/apps/observability/grafana/app/helmrelease.yaml +++ b/kubernetes/apps/observability/grafana/app/helmrelease.yaml @@ -128,6 +128,14 @@ spec: editable: true options: path: /var/lib/grafana/dashboards/observability + - name: postgres + orgId: 1 + folder: Postgres + type: file + disableDeletion: false + editable: true + options: + path: /var/lib/grafana/dashboards/postgres - name: rook-ceph orgId: 1 folder: Rook-Ceph @@ -258,6 +266,28 @@ spec: gnetId: 10229 revision: 36 datasource: Prometheus + postgres: + crunchy-pgbackrest: + url: https://raw.githubusercontent.com/CrunchyData/postgres-operator-examples/main/kustomize/monitoring/grafana/dashboards/pgbackrest.json + datasource: Prometheus + crunchy-pod-details: + url: https://raw.githubusercontent.com/CrunchyData/postgres-operator-examples/main/kustomize/monitoring/grafana/dashboards/pod_details.json + datasource: Prometheus + crunchy-postgresql-details: + url: https://raw.githubusercontent.com/CrunchyData/postgres-operator-examples/main/kustomize/monitoring/grafana/dashboards/postgresql_details.json + datasource: Prometheus + crunchy-postgresql-overview: + url: https://raw.githubusercontent.com/CrunchyData/postgres-operator-examples/main/kustomize/monitoring/grafana/dashboards/postgresql_overview.json + datasource: Prometheus + crunchy-postgresql-service_health: + url: https://raw.githubusercontent.com/CrunchyData/postgres-operator-examples/main/kustomize/monitoring/grafana/dashboards/postgresql_service_health.json + datasource: Prometheus + crunchy-prometheus-alerts: + url: https://raw.githubusercontent.com/CrunchyData/postgres-operator-examples/main/kustomize/monitoring/grafana/dashboards/prometheus_alerts.json + datasource: Prometheus + crunchy-query-statistics: + url: https://raw.githubusercontent.com/CrunchyData/postgres-operator-examples/main/kustomize/monitoring/grafana/dashboards/query_statistics.json + datasource: Prometheus rook-ceph: rook-ceph-cluster: # renovate: depName="Ceph Cluster"