Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Netdata | 62,324 | a day ago | 299 | gpl-3.0 | C | |||||
Real-time performance monitoring, done right! https://www.netdata.cloud | ||||||||||
Graphene | 2,915 | 9 years ago | 27 | CSS | ||||||
Graphene is a realtime dashboard & graphing toolkit based on D3 and Backbone. | ||||||||||
Appmetrics | 2,144 | 5 | 14 | 7 days ago | 33 | November 26, 2021 | 93 | apache-2.0 | C# | |
App Metrics is an open-source and cross-platform .NET library used to record and report metrics within an application. | ||||||||||
Tasseo | 1,541 | 10 months ago | 12 | other | JavaScript | |||||
Live dashboard for Graphite | ||||||||||
Pgwatch2 | 1,483 | 5 days ago | 35 | April 25, 2022 | 2 | bsd-3-clause | PLpgSQL | |||
PostgreSQL metrics monitor/dashboard | ||||||||||
Tessera | 1,200 | 2 years ago | 13 | February 03, 2017 | 42 | apache-2.0 | TypeScript | |||
A dashboard front-end for graphite. | ||||||||||
Docker Grafana Graphite | 1,126 | 4 years ago | 48 | apache-2.0 | Dockerfile | |||||
Docker image with StatsD, Graphite, Grafana 2 and a Kamon Dashboard | ||||||||||
Awesome Dashboard | 854 | 7 months ago | ||||||||
A curated list of amazingly awesome dashboards/visualization resources. | ||||||||||
Giraffe | 790 | 6 years ago | 3 | CSS | ||||||
Giraffe - a graphite dashboard with a long neck | ||||||||||
Gdash | 767 | 3 years ago | 27 | apache-2.0 | CSS | |||||
A dashboard for Graphite |
Graphsky is a dashboard for Graphite. The primary goal of Graphsky is simplicity and puts the focus on that which is important, the graphs, by keeping the UI as simple and clean as possible.
To use the full power of Graphsky you should have your metrics stored in a hierarchy:
It uses json based templates to specify report graphs (similar to Ganglia-web). In dashboards.json you can specify which report you want to see for which evironment(s) / cluster(s).
Just copy conf_default.php to conf.php or create a new file in which you only override the settings you want/need to change.
Works best with Collectd 5.x and the write_graphite plugin with the following options:
To create the hierarchy structute in Graphite, you could use a Hostname setting in collectd.conf like this: Hostname "environment.cluster.hostname"
Web interface:
Mobile interface:
Integrate your graphs in your monitoring tool by including a graph.php link:
Make sure you specify a "service_name" matching the service_name given by your monitoring solution in your json graph template.