Skip to content

Commit

Permalink
loki: allow structured metadata storage
Browse files Browse the repository at this point in the history
Commit bb0b117 configured the tsdb
backend which is required for ingesting Structured Metadata.  Now we can
leave the corresponding settings to their defaults.

See https://grafana.com/docs/loki/latest/get-started/labels/structured-metadata/
  • Loading branch information
wagdav committed Jul 8, 2024
1 parent 401eba3 commit e0cf9c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/loki.nix
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ let
};

limits_config = {
allow_structured_metadata = false;
reject_old_samples = true;
reject_old_samples_max_age = "168h";
};
Expand Down

0 comments on commit e0cf9c1

Please sign in to comment.