unit property

String? unit
getter/setter pair

The units in which the metric value is reported.

It is only applicable if the value_type is INT64, DOUBLE, or DISTRIBUTION. The unit defines the representation of the stored metric values.

Implementation

core.String? unit;