Skip to content

v0.5.0

Compare
Choose a tag to compare
@pradykaushik pradykaushik released this 19 Aug 21:02
713ff5c

configure strategy + range duration with options.

The time duration for range queries can also be configured. This allows for more fine grained control over the number of data points on which the strategies is to be applied.

For backwards compatibility the earlier WithStrategy(...) function can still be used. However, note that this results in the default setting of range duration (as exposed by the strategy) being used. If the time duration needs to be configured, then WithStrategyOptions(...) should now be used.