Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
ghx-label-3
Description
The RuntimeProfile contains samples of CPU utilization metrics for user, sys and iowait clamped to 64 values (retrieved from the ChunkedTimeSeriesCounter, but sampled similar to SamplingTimeSeriesCounter).
It would be helpful to see the recent aggregate CPU node utilization samples for each of the different nodes.
These are sampled every `periodic_counter_update_period_ms`.
AggregatedRuntimeProfile used in the Thrift profile contains the complete series of values from the ChunkedTimeSeriesCounter samples. But, as this representation is difficult to provide in the JSON, they have been downsampled to 64 values.