This commit is contained in:
parent
cd981587a6
commit
94e8d92108
1 changed files with 1 additions and 8 deletions
|
@ -28,7 +28,6 @@ in {
|
|||
max_chunk_age = "1h";
|
||||
chunk_target_size = 999999;
|
||||
chunk_retain_period = "30s";
|
||||
max_transfer_retries = 0;
|
||||
};
|
||||
schema_config = {
|
||||
configs = [
|
||||
|
@ -36,7 +35,7 @@ in {
|
|||
from = "2023-10-28";
|
||||
store = "tsdb";
|
||||
object_store = "filesystem";
|
||||
schema = "v12";
|
||||
schema = "v13";
|
||||
index = {
|
||||
prefix = "index_";
|
||||
period = "24h";
|
||||
|
@ -50,7 +49,6 @@ in {
|
|||
active_index_directory = "${path}/tsdb-index";
|
||||
cache_location = "${path}/tsdb-cache";
|
||||
cache_ttl = "24h";
|
||||
shared_store = "filesystem";
|
||||
};
|
||||
|
||||
filesystem = {
|
||||
|
@ -73,10 +71,6 @@ in {
|
|||
max_outstanding_per_tenant = 4096;
|
||||
};
|
||||
|
||||
chunk_store_config = {
|
||||
max_look_back_period = "0s";
|
||||
};
|
||||
|
||||
table_manager = {
|
||||
retention_deletes_enabled = true;
|
||||
retention_period = "48h";
|
||||
|
@ -84,7 +78,6 @@ in {
|
|||
|
||||
compactor = {
|
||||
working_directory = "${path}";
|
||||
shared_store = "filesystem";
|
||||
compactor_ring = {
|
||||
kvstore = {
|
||||
store = "inmemory";
|
||||
|
|
Loading…
Reference in a new issue