Skip to content

Commit a422d0f

Browse files
committed
Add links to issues
1 parent 2267b1a commit a422d0f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/cpu-metrics-in-fleet.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -362,21 +362,21 @@ metrics shown in the Fleet UI for every Agent are computed as follows from the d
362362
* The `processes` aggregation in the Elasticsearch query should use the field `component.id` instead of `elastic_agent.process`.
363363
This is to correctly account for multiple instances of the same type of Beat (e.g. Filebeat). This can happen if there
364364
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.
366366

367367
* We should reconsider taking a 5-minute average in the Elasticsearch query made by the Fleet UI and instead take a
368368
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.
370370

371371
* 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.
373373

374374
* 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.
376376

377377
* We should enhance collection and aggregation to include CPU utilization for Agent components managed by the service
378378
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.
380380

381381
* 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

Comments
 (0)