Skip to content

Commit

Permalink
Add processStartTime in metrics/slis
Browse files Browse the repository at this point in the history
  • Loading branch information
richabanker committed Jan 31, 2024
1 parent a923537 commit 329d709
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 329d709

Please sign in to comment.