Class: Google::Api::MetricDescriptor::MetricDescriptorMetadata
- Inherits:
-
Object
- Object
- Google::Api::MetricDescriptor::MetricDescriptorMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/api/metric.rb
Overview
Additional annotations that can be used to guide the usage of a metric.
Instance Attribute Summary collapse
-
#ingest_delay ⇒ ::Google::Protobuf::Duration
The delay of data points caused by ingestion.
-
#launch_stage ⇒ ::Google::Api::LaunchStage
deprecated
Deprecated.
This field is deprecated and may be removed in the next major version update.
-
#sample_period ⇒ ::Google::Protobuf::Duration
The sampling period of metric data points.
Instance Attribute Details
#ingest_delay ⇒ ::Google::Protobuf::Duration
203 204 205 206 |
# File 'proto_docs/google/api/metric.rb', line 203 class MetricDescriptorMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#launch_stage ⇒ ::Google::Api::LaunchStage
Deprecated.
This field is deprecated and may be removed in the next major version update.
Returns Deprecated. Must use the MetricDescriptor.launch_stage instead.
203 204 205 206 |
# File 'proto_docs/google/api/metric.rb', line 203 class MetricDescriptorMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sample_period ⇒ ::Google::Protobuf::Duration
203 204 205 206 |
# File 'proto_docs/google/api/metric.rb', line 203 class MetricDescriptorMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |