kubernetes/staging/src/k8s.io/component-base/metrics/processstarttime.go

var processStartTime

// RegisterProcessStartTime registers the process_start_time_seconds to
// a prometheus registry. This metric needs to be included to ensure counter
// data fidelity.
func RegisterProcessStartTime(registrationFunc func(Registerable) error) error {}