Skip to content

Commit

Permalink
feat: Remove deprecated object metrics from controllers fluxcd/flux2#…
Browse files Browse the repository at this point in the history
…5083

Signed-off-by: hasithsen <[email protected]>
  • Loading branch information
hasithsen committed Dec 11, 2024
1 parent a331c97 commit 0911ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/controller/kustomization_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ func (r *KustomizationReconciler) Reconcile(ctx context.Context, req ctrl.Reques

// Record Prometheus metrics.
r.Metrics.RecordDuration(ctx, obj, reconcileStart)

// Log and emit success event.
if conditions.IsReady(obj) {
msg := fmt.Sprintf("Reconciliation finished in %s, next run in %s",
Expand Down

0 comments on commit 0911ebb

Please sign in to comment.