unit property

String? unit
getter/setter pair

The unit in which all time_series point values are reported.

unit follows the UCUM format for units as seen in https://unitsofmeasure.org/ucum.html. If different time_series have different units (for example, because they come from different metric types, or a unit is absent), then unit will be "{not_a_unit}".

Implementation

core.String? unit;