Add processStartTime in metrics/slis
This commit is contained in:
parent
e5b64bdef7
commit
9b5ad7e119
@ -55,6 +55,7 @@ var (
|
||||
func Register(registry k8smetrics.KubeRegistry) {
|
||||
registry.Register(healthcheck)
|
||||
registry.Register(healthchecksTotal)
|
||||
_ = k8smetrics.RegisterProcessStartTime(registry.Register)
|
||||
}
|
||||
|
||||
func ResetHealthMetrics() {
|
||||
|
Loading…
Reference in New Issue
Block a user