boundary / folsom

Expose Erlang Events and Metrics
Apache License 2.0
585 stars 166 forks source link

Ability to resize a sliding window #77

Closed vascokk closed 10 years ago

vascokk commented 10 years ago

Hi,

This pull request contains the function folsom_sample_slide:resize(Sample, NewSize), if someone finds it useful.

Best regards, Vasco

joewilliams commented 10 years ago

cc @russelldb

russelldb commented 10 years ago

WFM. Tests still pass (including EQC.) Would love to see a test for the case of a window that is resized down, too. Other than that, gets my vote. Cheers, nice work.

joewilliams commented 10 years ago

Thanks guys!