Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changing loki's table manager retention period (#580)
Loki's table manager component requires the retention period to be a multiple of the index period value. The initial retention period value was changed from 0 (which is also an acceptable value) to 2160h in this commit: b353895 which throws an error while deploying loki. Reference: - https://github.com/grafana/loki/blob/main/docs/sources/storage/_index.md?plain=1#L122-L127 - grafana/loki#2151 (comment) Signed-off-by: saketjajoo <[email protected]>
- Loading branch information