doublemarket / grafana-rrd-server

A HTTP server that helps Grafana read RRD files via Grafana Simple JSON Datasource plugin
MIT License
153 stars 38 forks source link

Support cache and target in search endpoint #53

Closed Chocobozzz closed 4 years ago

Chocobozzz commented 4 years ago

When you have too many rdd files, grafana freezes, responses are too big and too long to get.

This PR adds a cache, and expect a non-empty target body paramter.

doublemarket commented 4 years ago

@Chocobozzz Thank you for your contribution to this repository!