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;
path_prefix = "/var/lib/loki";
};
storage_config.filesystem.directory = "/var/lib/loki/chunks";
table_manager = {
retention_deletes_enabled = true;
retention_period = config.globals.retention;
storage_config = {
tsdb_shipper = {
active_index_directory = "/var/lib/loki/index";
cache_location = "/var/lib/loki/index_cache";
cache_ttl = "24h";
};
};
compactor = {
retention_enabled = true;
delete_request_store = "filesystem";
};
pattern_ingester.enabled = true;
limits_config = {