saga: Remove obsolete options from config

This commit is contained in:
Erwin Boskma 2024-04-26 11:41:43 +02:00
parent 768c8bf57f
commit 721e35fde9
Signed by: erwin
SSH key fingerprint: SHA256:OCinH/khuGY1LA9RG8YLM8GNH6C1DDXBdy3SNE+I5Hw

View file

@ -22,7 +22,6 @@ in
max_chunk_age = "1h";
chunk_target_size = 1024 * 1024; # 1 MiB
chunk_retain_period = "30s";
max_transfer_retries = 0;
};
schema_config = {
@ -47,7 +46,6 @@ in
active_index_directory = "${dataDir}/tsdb-shipper-active";
cache_location = "${dataDir}/tsdb-shipper-cache";
cache_ttl = "24h";
shared_store = "filesystem";
};
};
@ -56,8 +54,6 @@ in
reject_old_samples_max_age = "168h"; # 1 week
};
chunk_store_config.max_look_back_period = "0s";
table_manager = {
retention_deletes_enabled = false;
retention_period = "0s";
@ -65,7 +61,6 @@ in
compactor = {
working_directory = dataDir;
shared_store = "filesystem";
compactor_ring.kvstore.store = "inmemory";
};
};