Class: Google::Cloud::Monitoring::V3::TimeSeriesDescriptor::ValueDescriptor
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::TimeSeriesDescriptor::ValueDescriptor
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/v3/metric.rb
Overview
A descriptor for the value columns in a data point.
Instance Attribute Summary collapse
-
#key ⇒ ::String
The value key.
-
#metric_kind ⇒ ::Google::Api::MetricDescriptor::MetricKind
The value stream kind.
-
#unit ⇒ ::String
The unit in which
time_series
point values are reported. -
#value_type ⇒ ::Google::Api::MetricDescriptor::ValueType
The value type.
Instance Attribute Details
#key ⇒ ::String
Returns The value key.
129 130 131 132 |
# File 'proto_docs/google/monitoring/v3/metric.rb', line 129 class ValueDescriptor include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#metric_kind ⇒ ::Google::Api::MetricDescriptor::MetricKind
Returns The value stream kind.
129 130 131 132 |
# File 'proto_docs/google/monitoring/v3/metric.rb', line 129 class ValueDescriptor include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unit ⇒ ::String
Returns The unit in which time_series
point values are reported. unit
follows the UCUM format for units as seen in
https://unitsofmeasure.org/ucum.html.
unit
is only valid if value_type
is INTEGER, DOUBLE, DISTRIBUTION.
129 130 131 132 |
# File 'proto_docs/google/monitoring/v3/metric.rb', line 129 class ValueDescriptor include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#value_type ⇒ ::Google::Api::MetricDescriptor::ValueType
Returns The value type.
129 130 131 132 |
# File 'proto_docs/google/monitoring/v3/metric.rb', line 129 class ValueDescriptor include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |