From aa7bd7a7f5257d0c42e431a25a81298de40ed48d 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 c239bd1..0558857 100644 --- a/pkg/config/config.go +++ b/pkg/config/config.go @@ -146,7 +146,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"`