Skip to content

Commit

Permalink
Merge pull request kubernetes#123065 from Richabanker/automated-cherr…
Browse files Browse the repository at this point in the history
…y-pick-of-#122750-upstream-release-1.29

Automated cherry pick of kubernetes#122750: Add processStartTime in metrics/slis
  • Loading branch information
k8s-ci-robot committed Feb 9, 2024
2 parents bfa76a9 + 60a564c commit f6b2ccb
Showing 1 changed file with 1 addition and 0 deletions.
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 f6b2ccb

Please sign in to comment.