labels property

Map<String, String> labels
final

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

Implementation

final Map<String, String> labels;