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 4, 2024
1 parent fafe75a commit a4d3d61
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/extension/opampextension/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ type Config struct {

// AcceptsRemoteConfiguration indicates if the OpAMP agent will accept remote configuration.
AcceptsRemoteConfiguration bool `mapstructure:"accepts_remote_configuration"`

// Flag to toggle new config merge flow introduced for collector tag edit feature
NewConfigMergeFlowEnabled bool `mapstructure:"new_configmergeflow_enabled"`
}

// CreateDefaultClientConfig returns default http client settings
Expand Down

0 comments on commit a4d3d61

Please sign in to comment.