Skip to content

Commit

Permalink
Update config.go
Browse files Browse the repository at this point in the history
  • Loading branch information
jagan2221 authored Dec 6, 2024
1 parent ee5bcce commit 745ae28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/extension/opampextension/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ type Config struct {
AcceptsRemoteConfiguration bool `mapstructure:"accepts_remote_configuration"`

// Flag to toggle new config merge flow introduced for collector tag edit feature
DisableTagNewConfigMerge bool `mapstructure:"disable_tag_new_config_merge"`
DisableTagReplacement bool `mapstructure:"disable_tag_replacement"`
}

// CreateDefaultClientConfig returns default http client settings
Expand Down

0 comments on commit 745ae28

Please sign in to comment.