hotTablets property

List<HotTablet>? hotTablets
getter/setter pair

List of hot tablets in the tables of the requested cluster that fall within the requested time range.

Hot tablets are ordered by node cpu usage percent. If there are multiple hot tablets that correspond to the same tablet within a 15-minute interval, only the hot tablet with the highest node cpu usage will be included in the response.

Implementation

core.List<HotTablet>? hotTablets;