labels property

  1. @TagNumber.new(2)
PbMap<String, String> get labels

The set of label values that uniquely identify this metric. All labels listed in the MetricDescriptor must be assigned values.

Implementation

@$pb.TagNumber(2)
$pb.PbMap<$core.String, $core.String> get labels => $_getMap(0);