1.1.5:
Python 3.x support fixes for whisper, carbon and graphite-web
REMOTE_BUFFER_SIZE = 0 now works properly
Multi-instance settings support
Increase performance of localdatabase tag db
avg_zero consolidation function fully supported now
Carbonlink queries working now for tagged series
Docker image migrated to Alpine, reducing the image size from ~530MB to 188MB
Notable changes since 0.9.15:
- Python 3 support
- fallocate and sparse support in whisper-create
- Support FADVISE_RANDOM for create/update/update_many
- Add update-storage-times.py - a tool to change storage schemas for
whisper files and update the data. Threaded to vastly improve speed
over whisper-auto-resize.py
- Add optional destinationPath for rrd2whisper
- Add json output to whisper-diff.py script
- Add whisper-set-xfilesfactor.py utility
- whisper-fetch: add –time-format option
- Numerous bug fixes