ChronixDB / chronix.server

The Chronix Server implementation that is based on Apache Solr.
Apache License 2.0
263 stars 29 forks source link

Frequency detection documentation is confusing. #83

Closed TPolzer closed 7 years ago

TPolzer commented 7 years ago

I just had a look at the frequency detection code to find out what its purpose is. Reading the documentation is not very enlightening: Detects if a points occurs multiple times within a defined time range

Reading the code, doesn't really help either:

FlorianLautenschlager commented 7 years ago

I agree - the documentation at this point is poor...

The frequency detector splits a time series into windows, counts the data points, and checks if the delta between two consecutive windows is above a predefined threshold.

FlorianLautenschlager commented 7 years ago

Also see #42 and #60