commit | 06b1ff5bb35e3a6370ef35872c2f84078ce466a2 | [log] [tgz] |
---|---|---|
author | Yaguang Tang <yaguang.tang@vexxhost.com> | Fri Oct 04 17:00:31 2024 +0800 |
committer | GitHub <noreply@github.com> | Fri Oct 04 09:00:31 2024 +0000 |
tree | 2a3a13ba8ee044b378763915ae41c51ed406ed41 | |
parent | 61984c79eb2bcb3a5f3a5f3eb632f3cd1077f785 [diff] |
[ATMOSPHERE-116] Support loki log rotation (#1765) Fixes #525 Adds the following config ref: https://grafana.com/docs/loki/latest/operations/storage/retention/ limits_config: retention_period: 30d # Keep 30 days compactor: delete_request_cancel_period: 10m # don't wait 24h before processing the delete_request retention_enabled: true # enable log retention retention_delete_delay: 2h # wait 2 hours before actually deleting stuff
If you have any questions and discussions about Atmosphere, you can join the community:
You'll need to make sure that you have pre-commit setup and installed in your environment by running these commands::
pre-commit install --hook-type commit-msg