From 461fed751ae5127998668cbf1f47fabffe74f654 Mon Sep 17 00:00:00 2001 From: Trevor Whitney Date: Wed, 24 Sep 2025 10:23:30 -0600 Subject: [PATCH] fix: silly mistake, this is why we have tests --- pkg/distributor/field_detection.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/distributor/field_detection.go b/pkg/distributor/field_detection.go index 915cad78b5..f219f6369d 100644 --- a/pkg/distributor/field_detection.go +++ b/pkg/distributor/field_detection.go @@ -45,7 +45,7 @@ func allowedLabelsForLevel(allowedFields []string) []string { return validation.DefaultAllowedLevelFields } - return validation.DefaultAllowedLevelFields + return allowedFields } type FieldDetector struct {