From 9cca324a99b6053423b261867e8c6c7bb96d0093 Mon Sep 17 00:00:00 2001 From: Les Aker Date: Thu, 11 Apr 2024 09:17:34 -0400 Subject: [PATCH] disallow structured metadata --- templates/loki.yaml.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/loki.yaml.erb b/templates/loki.yaml.erb index ad170b9..5766199 100644 --- a/templates/loki.yaml.erb +++ b/templates/loki.yaml.erb @@ -61,3 +61,4 @@ limits_config: <% end -%> reject_old_samples: true reject_old_samples_max_age: 168h + allow_structured_metadata: false