Skip to content

Commit d092884

Browse files
committed
feat: Remove deprecated object metrics from controllers fluxcd/flux2#5083
1 parent a331c97 commit d092884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/controller/kustomization_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ func (r *KustomizationReconciler) Reconcile(ctx context.Context, req ctrl.Reques
186186

187187
// Record Prometheus metrics.
188188
r.Metrics.RecordDuration(ctx, obj, reconcileStart)
189-
189+
190190
// Log and emit success event.
191191
if conditions.IsReady(obj) {
192192
msg := fmt.Sprintf("Reconciliation finished in %s, next run in %s",

0 commit comments

Comments
 (0)