Skip to content

Commit

Permalink
Add processStartTime in metrics/slis
Browse files Browse the repository at this point in the history
Kubernetes-commit: d8b43d282ee18ed05c3331fa5156ddd3e162f97e
  • Loading branch information
richabanker authored and k8s-publishing-bot committed Jan 12, 2024
1 parent 3351bc9 commit 93f678e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions metrics/prometheus/slis/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ var (
func Register(registry k8smetrics.KubeRegistry) {
registry.Register(healthcheck)
registry.Register(healthchecksTotal)
_ = k8smetrics.RegisterProcessStartTime(registry.Register)
}

func ResetHealthMetrics() {
Expand Down

0 comments on commit 93f678e

Please sign in to comment.