From 2267b1a4b928855fa94ae04baed3ceaf604d05b8 Mon Sep 17 00:00:00 2001 From: Shaunak Kashyap Date: Fri, 12 Jan 2024 13:57:28 -0800 Subject: [PATCH] Add suggestion for counting monitoring components' contributions to CPU usage --- docs/cpu-metrics-in-fleet.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/cpu-metrics-in-fleet.md b/docs/cpu-metrics-in-fleet.md index 3a514dfef26..3d06c74f57c 100644 --- a/docs/cpu-metrics-in-fleet.md +++ b/docs/cpu-metrics-in-fleet.md @@ -378,3 +378,5 @@ metrics shown in the Fleet UI for every Agent are computed as follows from the d runtime (e.g. Endpoint) as well, not just Agent components managed by the command runtime (e.g. Beats) as we do today. +* We should enhance collection to include CPU utilization for Agent monitoring components so their contributions are also + counted.