anryko / grafana-influx-dashboard

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

Return 'false' if the interval cannot be determined. #39

Closed nordewal closed 8 years ago

nordewal commented 8 years ago

Then the grafana will itself define a good value for the interval. If returning '1m', loading graphs for a long timespan (i.e. 1 month) takes very long, as a lot of data is reqeusted and returned by influxdb.

anryko commented 8 years ago

Looks good. Thanks!