Skip to content

Commit

Permalink
Update pkg/config/config.go
Browse files Browse the repository at this point in the history
Co-authored-by: Bartlomiej Plotka <[email protected]>
Signed-off-by: Dmytro Aleksieiev <[email protected]>
  • Loading branch information
MytkoEnko and bwplotka committed Feb 6, 2024
1 parent b7f238a commit aa7bd7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down

0 comments on commit aa7bd7a

Please sign in to comment.