Release of FiloDB v0.8.2
This release covers 89 commits total.
- New query functionality:
histogram_quantile
,resets
,deriv
,idelta
,irate
- New metadata query capabilities, support for listing time series matching certain criteria
- Major query performance improvements, especially for *_over_time functions. Functions which use last sample windowing and *_over_time run up to 7.5x faster.
- Many fixes to query functionality
- Fixes and stabilization around memory handling, locking, and preventing data corruption
- Internal debugging query function: _filodb_chunkmeta_all()