mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
Merge pull request #122750 from Richabanker/metrics-slis-test
Add process_start_time_seconds to metrics/slis endpoint for all components
This commit is contained in:
commit
f7f1ea6fa2
@ -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