We’re using chronograf to create visualization of time-series data. We produce a lot of data on a daily basis and we would like to display all of this data in a visualization with Chronograf. Also we would like to refresh this quite often. Given this criteria you can see that querying the whole dataset with high frequency is not a possibility. Is there a way to say store queries in Chronograf and just update the result set every now and then with the difference between the current and the lat query or that’s not possible?
Folks have had success with setting up a Varnish cache for metaqueries. However, for the actual data, folks have been using this: GitHub - trickstercache/trickster: Open Source HTTP Reverse Proxy Cache and Time Series Dashboard Accelerator
1 Like