metricKind property
Whether the metric records instantaneous values, changes to a value, etc.
Some combinations of metric_kind and value_type might not be supported.
Implementation
@$pb.TagNumber(3)
MetricDescriptor_MetricKind get metricKind => $_getN(2);
Implementation
@$pb.TagNumber(3)
set metricKind(MetricDescriptor_MetricKind value) => $_setField(3, value);