We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a19af5 commit 490b55fCopy full SHA for 490b55f
pkg/config/config.go
@@ -145,7 +145,7 @@ type ReceiverConfig struct {
145
Fields map[string]interface{} `yaml:"fields" json:"fields"`
146
Components []string `yaml:"components" json:"components"`
147
StaticLabels []string `yaml:"static_labels" json:"static_labels"`
148
- CustomFieldsToUpdate []string `yaml:"update_always_fields" json:"update_always_fields"`
+ FieldsToUpdate []string `yaml:"update_always_fields" json:"update_always_fields"`
149
150
// Label copy settings
151
AddGroupLabels bool `yaml:"add_group_labels" json:"add_group_labels"`
0 commit comments