google_api_monitoring v0.0.1 GoogleApi.Monitoring.V3.Model.Metric View Source
A specific metric, identified by specifying values for all of the labels of a MetricDescriptor.
Attributes
- labels (Map[String, String]): The set of label values that uniquely identify this metric. All labels listed in the MetricDescriptor must be assigned values. Defaults to:
null
. - type (String): An existing metric type, see google.api.MetricDescriptor. For example, custom.googleapis.com/invoice/paid/amount. Defaults to:
null
.