diff --git a/kubernetes/apps/observability/grafana/app/helmrelease.yaml b/kubernetes/apps/observability/grafana/app/helmrelease.yaml index 323ec4e3..edd6cf25 100644 --- a/kubernetes/apps/observability/grafana/app/helmrelease.yaml +++ b/kubernetes/apps/observability/grafana/app/helmrelease.yaml @@ -51,6 +51,14 @@ spec: editable: true options: path: /var/lib/grafana/dashboards/ceph-folder + - name: crunchy-postgres + orgId: 1 + folder: Crunchy-postgres + type: file + disableDeletion: false + editable: true + options: + path: /var/lib/grafana/dashboards/crunchy-postgres-folder - name: flux orgId: 1 folder: Flux @@ -190,6 +198,35 @@ spec: node-feature-discovery: url: https://raw.githubusercontent.com/kubernetes-sigs/node-feature-discovery/master/examples/grafana-dashboard.json datasource: Prometheus + crunchy-postgres: + pgbackrest: + url: https://raw.githubusercontent.com/CrunchyData/pgmonitor/development/grafana/containers/pgbackrest.json + datasource: + - { name: DS_PROMETHEUS, value: Prometheus } + pods: + url: https://raw.githubusercontent.com/CrunchyData/pgmonitor/development/grafana/containers/pod_details.json + datasource: + - { name: DS_PROMETHEUS, value: Prometheus } + postgresql: + url: https://raw.githubusercontent.com/CrunchyData/pgmonitor/development/grafana/containers/postgresql_details.json + datasource: + - { name: DS_PROMETHEUS, value: Prometheus } + postgresql-overview: + url: https://raw.githubusercontent.com/CrunchyData/pgmonitor/development/grafana/containers/postgresql_overview.json + datasource: + - { name: DS_PROMETHEUS, value: Prometheus } + postgresql-health: + url: https://raw.githubusercontent.com/CrunchyData/pgmonitor/development/grafana/containers/postgresql_service_health.json + datasource: + - { name: DS_PROMETHEUS, value: Prometheus } + postgresql-alerts: + url: https://raw.githubusercontent.com/CrunchyData/pgmonitor/development/grafana/containers/prometheus_alerts.json + datasource: + - { name: DS_PROMETHEUS, value: Prometheus } + query-stats: + url: https://raw.githubusercontent.com/CrunchyData/pgmonitor/development/grafana/containers/query_statistics.json + datasource: + - { name: DS_PROMETHEUS, value: Prometheus } ceph: ceph-cluster: # renovate: depName="Ceph Cluster"