Skip to content

Commit

Permalink
Add processStartTime in metrics/slis
Browse files Browse the repository at this point in the history
Kubernetes-commit: 60a564c9204c67fbdead9d2e183e7ae1802e2dfb
  • Loading branch information
richabanker authored and k8s-publishing-bot committed Jan 12, 2024
1 parent aca7dbb commit d64bf7a
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 d64bf7a

Please sign in to comment.