Currently there exists a logic that determines which indexes to be written with daily rolling strategy(period: 1d) when writing a metric, but there's no logic to retrieve indexes from given 'from' and 'until' parameters with daily rolling strategy when reading.
Only weekly rolling strategy is considered when reading.
This should be fixed to use daily rolling strategy.
Currently there exists a logic that determines which indexes to be written with daily rolling strategy(period: 1d) when writing a metric, but there's no logic to retrieve indexes from given 'from' and 'until' parameters with daily rolling strategy when reading.
Only weekly rolling strategy is considered when reading.
This should be fixed to use daily rolling strategy.