From 490b55f1b1e04bc7c3a13e9302163cc431b51f76 Mon Sep 17 00:00:00 2001 From: Dmytro Aleksieiev Date: Mon, 5 Feb 2024 22:05:59 +0100 Subject: [PATCH] Update pkg/config/config.go Co-authored-by: Bartlomiej Plotka Signed-off-by: Dmytro Aleksieiev --- pkg/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/config/config.go b/pkg/config/config.go index 718b0d2..0c8b367 100644 --- a/pkg/config/config.go +++ b/pkg/config/config.go @@ -145,7 +145,7 @@ type ReceiverConfig struct { Fields map[string]interface{} `yaml:"fields" json:"fields"` Components []string `yaml:"components" json:"components"` StaticLabels []string `yaml:"static_labels" json:"static_labels"` - CustomFieldsToUpdate []string `yaml:"update_always_fields" json:"update_always_fields"` + FieldsToUpdate []string `yaml:"update_always_fields" json:"update_always_fields"` // Label copy settings AddGroupLabels bool `yaml:"add_group_labels" json:"add_group_labels"`