diff --git a/services/postprocessing/pkg/service/service.go b/services/postprocessing/pkg/service/service.go index 768bece9a..886d0599a 100644 --- a/services/postprocessing/pkg/service/service.go +++ b/services/postprocessing/pkg/service/service.go @@ -219,7 +219,7 @@ func (pps *PostprocessingService) processEvent(e raw.Event) error { } if ev.Failed { - pps.metrics.Finished.WithLabelValues("failed", string(pp.Status.Outcome)).Inc() + pps.metrics.Finished.WithLabelValues("failed").Inc() if !pp.StartTime.IsZero() { pps.metrics.Duration.WithLabelValues("failed").Observe(time.Since(pp.StartTime).Seconds()) }