Skip to content

Commit

Permalink
Update opamp_agent.go
Browse files Browse the repository at this point in the history
  • Loading branch information
jagan2221 committed Sep 16, 2024
1 parent 3f931b9 commit 34103e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/extension/opampextension/opamp_agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,7 @@ func (o *opampAgent) applyRemoteConfig(config *protobufs.AgentRemoteConfig) (con

configChanged = false
if !reflect.DeepEqual(o.effectiveConfig, nec) {
o.logger.Info("Start saving effective config")
oec := o.effectiveConfig
o.effectiveConfig = nec

Expand Down

0 comments on commit 34103e8

Please sign in to comment.