feat(monitoring): update config (try to fix loki compaction)
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s

This commit is contained in:
Xavier Morel
2026-06-09 15:38:59 +02:00
parent 3052d488de
commit ad8b4cd99b
+10 -4
View File
@@ -31,10 +31,16 @@
replication_factor = 1; replication_factor = 1;
path_prefix = "/var/lib/loki"; path_prefix = "/var/lib/loki";
}; };
storage_config.filesystem.directory = "/var/lib/loki/chunks"; storage_config = {
table_manager = { tsdb_shipper = {
retention_deletes_enabled = true; active_index_directory = "/var/lib/loki/index";
retention_period = config.globals.retention; cache_location = "/var/lib/loki/index_cache";
cache_ttl = "24h";
};
};
compactor = {
retention_enabled = true;
delete_request_store = "filesystem";
}; };
pattern_ingester.enabled = true; pattern_ingester.enabled = true;
limits_config = { limits_config = {