labels property
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
core.List<LabelDescriptor>? labels;