labels property

  1. @TagNumber.new(2)
PbList<LabelDescriptor> get labels

The set of labels that can be used to describe a specific instance of this metric type. For example, the appengine.googleapis.com/http/server/response_latencies metric type has a label for the HTTP response code, response_code, so you can look at latencies for successful responses or just for responses that failed.

Implementation

@$pb.TagNumber(2)
$pb.PbList<$0.LabelDescriptor> get labels => $_getList(1);