@@ -362,21 +362,21 @@ metrics shown in the Fleet UI for every Agent are computed as follows from the d
362
362
* The ` processes ` aggregation in the Elasticsearch query should use the field ` component.id ` instead of ` elastic_agent.process ` .
363
363
This is to correctly account for multiple instances of the same type of Beat (e.g. Filebeat). This can happen if there
364
364
are multiple outputs defined in the Agent policy and some inputs of a type (e.g. log) use one output while other inputs
365
- of the same type use another output.
365
+ of the same type use another output: https://github.com/elastic/kibana/issues/174458 .
366
366
367
367
* We should reconsider taking a 5-minute average in the Elasticsearch query made by the Fleet UI and instead take a
368
368
30-second or 1-minute average (making corresponding adjustments to the ` calendar_interval ` value in the ` cpu_time_series `
369
- aggregation). This would result in a value closer to what's observed in ` top ` / ` htop ` output.
369
+ aggregation). This would result in a value closer to what's observed in ` top ` / ` htop ` output: https://github.com/elastic/kibana/issues/174799 .
370
370
371
371
* We should link the value shown in the Fleet UI to a chart that breaks it down for that Agent by ` component.id ` over time,
372
- so the user can see the CPU utilization per Agent component process, over time.
372
+ so the user can see the CPU utilization per Agent component process, over time: https://github.com/elastic/kibana/issues/174800 .
373
373
374
374
* The tooltip shown with the "i" in the CPU column should explain that the value is sum of current CPU utilization (in %)
375
- of all Agent component processes, ranging from 0 to (number of cores * 100).
375
+ of all Agent component processes, ranging from 0 to (number of cores * 100): https://github.com/elastic/kibana/issues/174801 .
376
376
377
377
* We should enhance collection and aggregation to include CPU utilization for Agent components managed by the service
378
378
runtime (e.g. Endpoint) as well, not just Agent components managed by
379
- the command runtime (e.g. Beats) as we do today.
379
+ the command runtime (e.g. Beats) as we do today: https://github.com/elastic/elastic-agent/issues/4083 .
380
380
381
381
* We should enhance collection to include CPU utilization for Agent monitoring components so their contributions are also
382
- counted.
382
+ counted: https://github.com/elastic/elastic-agent/issues/4082 .
0 commit comments