Apiserver's metrics page missing process-related metrics since 0.14 #6887
Closed
Description
In 0.13.2, the apiserver has automatically exposed metrics about the process, like start time, memory usage, processor usage, etc. This stopped working sometime between then and when 0.14.0 was cut. They're still correctly exported from the kubelet, interestingly enough.
An e2e or integration test is also needed to catch this if it happens again.