This repository contains dashboards used in the internal Grafana monitoring tool. The repository is public so that it can be pulled easily by an init container.
- Create a new dashboard or download one and import
- Set it up in grafana and save changes
- Export via
Share > Export > View JSON > Copy To Clipboard, do NOT export for external sharing, paste it into a JSON file in this repository - Make sure the filename and dashboard
"title"are in sync (to not introduce mess) - Commit and push
- Restart grafana to pull the latest commit
kubectl rollout restart deployment/grafana