/srs-grafana

Grafana dashboards for SRS Prometheus exporter and business data, allows you to import to your Grafana.

MIT LicenseMIT

srs-grafana

Grafana dashboards for SRS Prometheus exporter and business data, allows you to import to your Grafana.

how to import a dashboard

through the web

  • refer to the offical guide Import a dashboard, you can download the dashboard json file in ./dashboards, and uplpoad it.

through the http api

result=$(curl https://raw.githubusercontent.com/ossrs/srs-grafana/main/dashboards/helloworld-import.json) && curl -s -H "Content-Type: application/json" -X POST -d "{\"dashboard\":$result,\"overwrite\":true,\"inputs\":[],\"folderId\":0}" http://admin:12345678@localhost:3000/api/dashboards/db