Class: Google::Api::MetricDescriptor::MetricDescriptorMetadata

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#ingest_delay::Google::Protobuf::Duration

Returns The delay of data points caused by ingestion. Data points older than this age are guaranteed to be ingested and available to be read, excluding data loss due to errors.

Returns:

  • (::Google::Protobuf::Duration)

    The delay of data points caused by ingestion. Data points older than this age are guaranteed to be ingested and available to be read, excluding data loss due to errors.



199
200
201
202
# File 'proto_docs/google/api/metric.rb', line 199

class MetricDescriptorMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#launch_stage::Google::Api::LaunchStage

Returns Deprecated. Must use the MetricDescriptor.launch_stage instead.

Returns:



199
200
201
202
# File 'proto_docs/google/api/metric.rb', line 199

class MetricDescriptorMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#sample_period::Google::Protobuf::Duration

Returns The sampling period of metric data points. For metrics which are written periodically, consecutive data points are stored at this time interval, excluding data loss due to errors. Metrics with a higher granularity have a smaller sampling period.

Returns:

  • (::Google::Protobuf::Duration)

    The sampling period of metric data points. For metrics which are written periodically, consecutive data points are stored at this time interval, excluding data loss due to errors. Metrics with a higher granularity have a smaller sampling period.



199
200
201
202
# File 'proto_docs/google/api/metric.rb', line 199

class MetricDescriptorMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end