mozilla-services / heka

DEPRECATED: Data collection and processing made easy.
http://hekad.readthedocs.org/
Other
3.4k stars 531 forks source link

Unique items lua filter to support configurable time periods #1911

Closed bradleyfalzon closed 8 years ago

bradleyfalzon commented 8 years ago

Currently the filter uses fixed buckets to track unique items per day (seconds_per_row), keeping 365 days (rows). This change modifies that behaviour to be configurable, as well as relevant documentation updates and renaming variables to reflect they track a time period and not a day.