anryko / grafana-influx-dashboard

Grafana InfluxDB scripted dashboard
MIT License
132 stars 44 forks source link

CPU graph for more than 3 cpus will not be displayed #17

Closed anryko closed 9 years ago

anryko commented 9 years ago

Grafana introduced metric rows limitation (https://github.com/grafana/grafana/issues/2087) eq 26 (A-Z). So if you have 3 CPUs x 8 metric = 24 rows, you are fine. If you are unlucky to have more powerful machine your graph will not be displayed. I need to introduce plugin configuration metric grouping option to workaround this limitation.

anryko commented 9 years ago

Done https://github.com/anryko/grafana-influx-dashboard/commit/f5c07fca99db7433fe963a947ce2618cb2106dfd.