hotValue property

double? hotValue
getter/setter pair

The value that is considered hot for the metric.

On a per metric basis hotness signals high utilization and something that might potentially be a cause for concern by the end user. hot_value is used to calibrate and scale visual color scales.

Implementation

core.double? hotValue;