feat(monitoring): update config (try to fix loki compaction)
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s
This commit is contained in:
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user