https://github.com/cloudnative-pg/grafana-dashboards
Grafana Dashboards for CloudNativePG
https://github.com/cloudnative-pg/grafana-dashboards
Last synced: 7 months ago
JSON representation
Grafana Dashboards for CloudNativePG
- Host: GitHub
- URL: https://github.com/cloudnative-pg/grafana-dashboards
- Owner: cloudnative-pg
- License: apache-2.0
- Created: 2024-02-21T15:20:50.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-20T01:01:27.000Z (8 months ago)
- Last Synced: 2025-06-24T10:49:08.183Z (8 months ago)
- Language: Makefile
- Homepage: https://cloudnative-pg.io/
- Size: 1.4 MB
- Stars: 42
- Watchers: 3
- Forks: 14
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE-OF-CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Grafana Dashboards

This repository contains the Grafana Dashboards distributed as Helm Charts so they can packaged as a dependency to other
projects.
## Dashboards
* [CloudNativePG Cluster Dashboard](charts/cluster/grafana-dashboard.json)
## Repository
```bash
helm repo add cnpg-grafana https://cloudnative-pg.github.io/grafana-dashboards
```
### OCI Registry Example
If you want to use our OCI registry, signed by [cosign](https://github.com/sigstore/cosign), here is an example:
```bash
dependencies:
- name: cnpg-grafana-cluster
version: "0.0"
repository: "oci://ghcr.io/cloudnative-pg/grafana-dashboards/cluster"
```
### Provenance
The charts support Helm Provenance and Integrity.
Here is a link to the [PGP key](provenance.gpg) used by GitHub Actions to sign the charts.
## Contributing
Please read the [code of conduct](CODE-OF-CONDUCT.md) and the [guidelines](CONTRIBUTING.md) to contribute to the project.
## Copyright
Helm charts for CloudNativePG are distributed under [Apache License 2.0](LICENSE).