Struct google_logging2::MetricDescriptorMetadata [−][src]
pub struct MetricDescriptorMetadata {
pub sample_period: Option<String>,
pub ingest_delay: Option<String>,
pub launch_stage: 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
sample_period: Option<String>
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.
ingest_delay: Option<String>
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.
launch_stage: Option<String>
The launch stage of the metric definition.
Trait Implementations
impl Default for MetricDescriptorMetadata[src]
impl Default for MetricDescriptorMetadatafn default() -> MetricDescriptorMetadata[src]
fn default() -> MetricDescriptorMetadataReturns the "default value" for a type. Read more
impl Clone for MetricDescriptorMetadata[src]
impl Clone for MetricDescriptorMetadatafn clone(&self) -> MetricDescriptorMetadata[src]
fn clone(&self) -> MetricDescriptorMetadataReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)Performs copy-assignment from source. Read more
impl Debug for MetricDescriptorMetadata[src]
impl Debug for MetricDescriptorMetadatafn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Part for MetricDescriptorMetadata[src]
impl Part for MetricDescriptorMetadataAuto Trait Implementations
impl Send for MetricDescriptorMetadata
impl Send for MetricDescriptorMetadataimpl Sync for MetricDescriptorMetadata
impl Sync for MetricDescriptorMetadata