Skip to content

Commit

Permalink
loki: Remove boltdb
Browse files Browse the repository at this point in the history
  • Loading branch information
wagdav committed Jul 8, 2024
1 parent c1cdf10 commit d0df674
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions modules/loki.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,6 @@ let

schema_config = {
configs = [
{
from = "2020-05-15";
store = "boltdb";
object_store = "filesystem";
schema = "v11";
index = {
prefix = "index_";
period = "168h";
};
}
{
from = "2024-07-01";
store = "tsdb";
Expand All @@ -49,7 +39,6 @@ let
};

storage_config = {
boltdb.directory = "/tmp/loki/index";
filesystem.directory = "/tmp/loki/chunks";
tsdb_shipper.active_index_directory = "/var/lib/loki/tsdb-index";
tsdb_shipper.cache_location = "/var/lib/loki/tsdb-cache";
Expand Down

0 comments on commit d0df674

Please sign in to comment.