labels property

Map<String, String>? labels
getter/setter pair

The set of label values that uniquely identify this metric.

All labels listed in the MetricDescriptor must be assigned values.

Implementation

core.Map<core.String, core.String>? labels;