Skip to content

Commit

Permalink
decision engine
Browse files Browse the repository at this point in the history
Signed-off-by: Julie Vogelman <[email protected]>
  • Loading branch information
juliev0 committed Sep 19, 2024
1 parent 06b94ed commit 4483d05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/controller/pipelinerollout_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,6 @@ func (r *PipelineRolloutReconciler) processExistingPipeline(ctx context.Context,
}
}

// TODO: what is this metric supposed to represent?:
if pipelineNeedsToUpdate {
r.customMetrics.ReconciliationDuration.WithLabelValues(ControllerPipelineRollout, "update").Observe(time.Since(syncStartTime).Seconds())
}
Expand Down

0 comments on commit 4483d05

Please sign in to comment.