Class ValueDescriptor (2.19.2)

ValueDescriptor(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A descriptor for the value columns in a data point.

Attributes

NameDescription
key str
The value key.
value_type google.api.metric_pb2.ValueType
The value type.
metric_kind google.api.metric_pb2.MetricKind
The value stream kind.
unit str
The unit in which time_series point values are reported. unit follows the UCUM format for units as seen in https://unitsofmeasure.org/ucum.html. unit is only valid if value_type is INTEGER, DOUBLE, DISTRIBUTION.