Run make update to fix gofmt alignment

Signed-off-by: Shubham Pampattiwar <spampatt@redhat.com>
This commit is contained in:
Shubham Pampattiwar
2025-12-03 16:13:13 -08:00
parent 31fb828f8e
commit 1ec622245b

View File

@@ -81,8 +81,8 @@ const (
DataDownloadCancelTotal = "data_download_cancel_total"
// repo maintenance metrics
repoMaintenanceSuccessTotal = "repo_maintenance_success_total"
repoMaintenanceFailureTotal = "repo_maintenance_failure_total"
repoMaintenanceSuccessTotal = "repo_maintenance_success_total"
repoMaintenanceFailureTotal = "repo_maintenance_failure_total"
// repoMaintenanceDurationSeconds tracks the distribution of maintenance job durations.
// Each completed job's duration is recorded in the appropriate bucket, allowing
// analysis of individual job performance and trending over time.