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 5, 2024
1 parent a9e89dc commit 5849b83
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
NewConfigMergeFlowDisabled bool `mapstructure:"new_configmergeflow_disabled"`
NewConfigMergeFlowDisabled bool `mapstructure:"disable_tag_new_config_merge"`
}

// CreateDefaultClientConfig returns default http client settings
Expand Down

0 comments on commit 5849b83

Please sign in to comment.