Originally from the User Slack
@Nathan_Li: for the scylla monitoring stack’s grafana json files (from https://github.com/scylladb/scylla-monitoring/tree/master/grafana), does anyone know how to generate the grafana json files from the templates to be imported into their own self hosted grafana?
GitHub: scylla-monitoring/grafana at master · scylladb/scylla-monitoring
@avi: @amnon
@amnon: if you take a release (not master) the dashboards are already there - no need to generate them.
You can then load the json to a grafana server (from the server or from the api)
if you want to create the dashboards from template by yourself, use ./generate-dashboards.sh script