Skip to content

Commit

Permalink
Update exp/controllers/azuremachinepoolmachine_controller.go
Browse files Browse the repository at this point in the history
Co-authored-by: Cecile Robert-Michon <[email protected]>
  • Loading branch information
arschles and Cecile Robert-Michon authored Jul 30, 2021
1 parent 77526c1 commit 38e8882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exp/controllers/azuremachinepoolmachine_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ func (ampmr *AzureMachinePoolMachineController) SetupWithManager(ctx context.Con

// Reconcile idempotently gets, creates, and updates a machine pool.
func (ampmr *AzureMachinePoolMachineController) Reconcile(ctx context.Context, req ctrl.Request) (_ ctrl.Result, reterr error) {
ctx, span := tele.Tracer().Start(ctx, "controllers.AzureMachinePoolController.Reconcile",
ctx, span := tele.Tracer().Start(ctx, "controllers.AzureMachinePoolMachineController.Reconcile",
trace.WithAttributes(
attribute.String("namespace", req.Namespace),
attribute.String("name", req.Name),
Expand Down

0 comments on commit 38e8882

Please sign in to comment.