Skip to content

Commit

Permalink
Merge pull request #20 from uswitch/prometheus-monitoring
Browse files Browse the repository at this point in the history
Fix prometheus metric
  • Loading branch information
mmcgarr authored Jan 11, 2022
2 parents b94cf7f + 55b4b80 commit acf93e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kubernetes/watch_deployment.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,9 @@ func (b *deploymentInformer) OnUpdate(old, new interface{}) {
log.Errorf(message)
sentry.CaptureMessage(message)
}
return
}
deploymentProcessedTotal.Inc()
return
}

// Get the DeploymentCondition and sort them based on time
Expand Down

0 comments on commit acf93e4

Please sign in to comment.