mirror of https://github.com/linkerd/linkerd2.git
PR #3217 re-introduced container metrics collection to linkerd-prometheus. This enabled linkerd-heartbeat to collect mem and cpu metrics at the container-level. Add container cpu and mem metrics to heartbeat requests. For each of (destination, prometheus, linkerd-proxy), collect maximum memory and p95 cpu. Concretely, this introduces 7 new query params to heartbeat requests: - p99-handle-us - max-mem-linkerd-proxy - max-mem-destination - max-mem-prometheus - p95-cpu-linkerd-proxy - p95-cpu-destination - p95-cpu-prometheus Part of #2961 Signed-off-by: Andrew Seigner <siggy@buoyant.io> |
||
---|---|---|
.. | ||
main.go |