Reference documentation and code samples for the Cloud Monitoring V3 API class Google::Api::Metric.
A specific metric, identified by specifying values for all of the
labels of a MetricDescriptor.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#labels
def labels() -> ::Google::Protobuf::Map{::String => ::String}
    Returns
    
  - 
        (::Google::Protobuf::Map{::String => ::String}) — The set of label values that uniquely identify this metric. All
labels listed in the MetricDescriptormust be assigned values.
#labels=
def labels=(value) -> ::Google::Protobuf::Map{::String => ::String}
    Parameter
    
  - 
        value (::Google::Protobuf::Map{::String => ::String}) — The set of label values that uniquely identify this metric. All
labels listed in the MetricDescriptormust be assigned values.
    Returns
    
  - 
        (::Google::Protobuf::Map{::String => ::String}) — The set of label values that uniquely identify this metric. All
labels listed in the MetricDescriptormust be assigned values.
#type
def type() -> ::String
    Returns
    
  - 
        (::String) — An existing metric type, see
google.api.MetricDescriptor. For example,
custom.googleapis.com/invoice/paid/amount.
#type=
def type=(value) -> ::String
    Parameter
    
  - 
        value (::String) — An existing metric type, see
google.api.MetricDescriptor. For example,
custom.googleapis.com/invoice/paid/amount.
    Returns
    
- 
        (::String) — An existing metric type, see
google.api.MetricDescriptor. For example,
custom.googleapis.com/invoice/paid/amount.