linkerd2/controller/heartbeat
Alejandro Pedraza 11a5d1d427
Fix Heartbeat mem and cpu stats (#5042)
Since k8s 1.16 cadvisor uses the `container` label instead of
`container_name` in the prometheus metrics it exposes.
The heartbeat queries were using the latter, so they were broken
for k8s version since 1.16.

Note that the `p99-handle-us` value is still missing because the
`request_handle_us` metrics is always zero.
2020-10-08 16:31:16 -05:00
..
heartbeat.go Fix Heartbeat mem and cpu stats (#5042) 2020-10-08 16:31:16 -05:00
heartbeat_test.go Bump k8s client-go to v0.19.2 (#5002) 2020-09-28 12:45:18 -05:00