Struct google_monitoring3::MetricDescriptorMetadata[][src]

pub struct MetricDescriptorMetadata {
    pub ingest_delay: Option<String>,
    pub launch_stage: Option<String>,
    pub sample_period: Option<String>,
}

Additional annotations that can be used to guide the usage of a metric.

This type is not used in any activity, and only used as part of another schema.

Fields

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.

The launch stage of the metric definition.

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.

Trait Implementations

impl Default for MetricDescriptorMetadata
[src]

Returns the "default value" for a type. Read more

impl Clone for MetricDescriptorMetadata
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for MetricDescriptorMetadata
[src]

Formats the value using the given formatter. Read more

impl Part for MetricDescriptorMetadata
[src]

Auto Trait Implementations