add crunchy postgres dashboards
This commit is contained in:
parent
a786069bcc
commit
70fd6f6d3d
1 changed files with 30 additions and 0 deletions
|
@ -128,6 +128,14 @@ spec:
|
||||||
editable: true
|
editable: true
|
||||||
options:
|
options:
|
||||||
path: /var/lib/grafana/dashboards/observability
|
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
|
- name: rook-ceph
|
||||||
orgId: 1
|
orgId: 1
|
||||||
folder: Rook-Ceph
|
folder: Rook-Ceph
|
||||||
|
@ -258,6 +266,28 @@ spec:
|
||||||
gnetId: 10229
|
gnetId: 10229
|
||||||
revision: 36
|
revision: 36
|
||||||
datasource: Prometheus
|
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:
|
||||||
rook-ceph-cluster:
|
rook-ceph-cluster:
|
||||||
# renovate: depName="Ceph Cluster"
|
# renovate: depName="Ceph Cluster"
|
||||||
|
|
Loading…
Reference in a new issue