fix compression

This commit is contained in:
2026-03-10 14:38:51 +00:00
parent 3ffaf0cc4d
commit 7635caa71d
6 changed files with 182 additions and 27 deletions

View File

@@ -7,3 +7,6 @@ IMAGE_TAG=latest
# Optional: check retention (limits DB growth)
# CHECK_RETENTION_COUNT=5000 # keep last N checks per service (default 5000)
# CHECK_RETENTION_DAYS=30 # also delete checks older than N days (0=disabled)
# Rollup: aggregate checks older than N hours into hourly buckets for 90+ day reporting
# ROLLUP_AGE_HOURS=24 # default 24; raw checks kept for this long, then rolled up