Skip to content

Commit 490b55f

Browse files
MytkoEnkobwplotka
andauthored
Update pkg/config/config.go
Co-authored-by: Bartlomiej Plotka <bwplotka@gmail.com> Signed-off-by: Dmytro Aleksieiev <deass@ukr.net>
1 parent 7a19af5 commit 490b55f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ type ReceiverConfig struct {
145145
Fields map[string]interface{} `yaml:"fields" json:"fields"`
146146
Components []string `yaml:"components" json:"components"`
147147
StaticLabels []string `yaml:"static_labels" json:"static_labels"`
148-
CustomFieldsToUpdate []string `yaml:"update_always_fields" json:"update_always_fields"`
148+
FieldsToUpdate []string `yaml:"update_always_fields" json:"update_always_fields"`
149149

150150
// Label copy settings
151151
AddGroupLabels bool `yaml:"add_group_labels" json:"add_group_labels"`

0 commit comments

Comments
 (0)