Enhancements:
- Support v0.14
Enhancements:
- Do not compute average for zero_emit message
- ToDo: Still, we should get the denominator to compute average from input json field
Enhancements:
- Add
remove_tag_slice
option - Add
aggregate out_tag
option
Enhancements:
- Add
add_tag_suffix
, andremove_tag_suffix
options
Enhancement:
- Support
log_level
option of Fleuntd v0.10.43
Fixes
- Fix the case when input record keys are symbols
Fixes
- Trivial fix not to emit empty {} message
Changes
- Rename fluent-plugin-stats from fluent-plugin-calc
Enhancement:
- Add
remove_tag_prefix
option
Enhancement:
- Add
zero_emit
option to emit 0 on the next interval like datacounter plugin
Fixes
- Fix the case when not record is found.
Changes
- Accept string data by
to_f
.
Enhancement:
- add
sum_keys
,max_keys
,min_keys
,avg_keys
.
Enhancement:
- add
sum_suffix
,max_suffix
,min_suffix
,avg_suffix
.
Bugfixes:
- Fix so that @avg can be an option
First version