From 92d46c6a4cb01b05d8a7123ee615f8807cc0685d Mon Sep 17 00:00:00 2001 From: zackartz Date: Fri, 24 May 2024 11:53:35 -0400 Subject: [PATCH] fix loki config --- modules/nixos/sites/grafana/default.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/modules/nixos/sites/grafana/default.nix b/modules/nixos/sites/grafana/default.nix index b25c53b..6fb9907 100644 --- a/modules/nixos/sites/grafana/default.nix +++ b/modules/nixos/sites/grafana/default.nix @@ -86,7 +86,6 @@ in { max_chunk_age = "1h"; chunk_target_size = 999999; chunk_retain_period = "30s"; - max_transfer_retries = 0; }; schema_config = { @@ -109,7 +108,6 @@ in { active_index_directory = "/var/lib/loki/boltdb-shipper-active"; cache_location = "/var/lib/loki/boltdb-shipper-cache"; cache_ttl = "24h"; - shared_store = "filesystem"; }; filesystem = { @@ -122,10 +120,6 @@ in { reject_old_samples_max_age = "168h"; }; - chunk_store_config = { - max_look_back_period = "0s"; - }; - table_manager = { retention_deletes_enabled = false; retention_period = "0s"; @@ -133,7 +127,6 @@ in { compactor = { working_directory = "/var/lib/loki"; - shared_store = "filesystem"; compactor_ring = { kvstore = { store = "inmemory";