Skip to content

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

License

Notifications You must be signed in to change notification settings

ossrs/srs-grafana

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

srs-grafana

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

Usage

Please download json file and import to Grafana, see Import a dashboard.

You're also able to use curl to import it, see create--update-dashboard. For example:

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

For node-exporter dashboard, see Node Exporter for Prometheus Dashboard based on 11074

About

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

Resources

License

Stars

Watchers

Forks