Skip to content

Commit

Permalink
Update opamp_agent.go
Browse files Browse the repository at this point in the history
  • Loading branch information
jagan2221 authored Dec 4, 2024
1 parent 8329390 commit 42974f0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/extension/opampextension/opamp_agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,10 @@ func (o *opampAgent) startClient(ctx context.Context) error {

o.logger.Debug("Starting OpAMP client...")

if !o.cfg.NewConfigMergeFlowEnabled {
o.logger.Debug("New config merge flow disabled..")
}

if err := o.opampClient.Start(ctx, settings); err != nil {
return err
}
Expand Down

0 comments on commit 42974f0

Please sign in to comment.