Releases: GlobalNOC/tsds-services
Releases · GlobalNOC/tsds-services
1.5.4
Features:
ISSUE=5417 Added "sum" as a secondary function to aggregate() to support summing horizontally across an aggregate query with multiple elements in a by clause
Bug Fixes:
ISSUE=4088 Properly use histogram when calculating percentile() on aggregate fields
ISSUE=5402 Fixed off by one timestamp reporting in aggregate() function
ISSUE=5415 Forced extent alignment in timestamps reported in aggregate() function to requested bucket size
1.5.3
GRNOC TSDS Services 1.5.3 -- Tue Aug 29 2017
Features:
- ISSUE=5057 Added aggregate chart to Portal section. Also added additional metadata to the
Portal section display, such as interface descriptions.
Bug Fixes:
- ISSUE=2633 Fixed missing inclusion of tsds-decom.pl script
- ISSUE=5057 Fixed sorting issue with Portal section not being respected.
1.5.2: Merge pull request #48 from daldoyle/master
GRNOC TSDS Services 1.5.2 -- Tue Nov 1 2016
Features:
- ISSUE=2194 Added several new support symbols to the query BNF, including +, !, #, $, %, and ?
- ISSUE=2221 Revamped the way that measurement entries get decommed after not receiving
new data for a configurable period of time. Fixed several issues related to incorrectly
detecting data during historical migrations, fixed a few race conditions. - ISSUE=2222 A series of fixes and enhancements to better support parallelization, including
better locking around race conditions in the metadata management API. - ISSUE=2166 Added "tsds_fix_measurements.pl" script to fix any outstanding problems that should
be addressed going forward by changes in 2221 and 2222.
Bug Fixes:
Fixed issue where "get_distinct_meta_fields" function was not respecting constraints.