Metric Descriptor Metadata Args
data class MetricDescriptorMetadataArgs(val ingestDelay: Output<String>? = null, val launchStage: Output<MetricDescriptorMetadataLaunchStage>? = null, val samplePeriod: Output<String>? = null) : ConvertibleToJava<MetricDescriptorMetadataArgs>
Additional annotations that can be used to guide the usage of a metric.
Constructors
Link copied to clipboard
constructor(ingestDelay: Output<String>? = null, launchStage: Output<MetricDescriptorMetadataLaunchStage>? = null, samplePeriod: Output<String>? = null)
Properties
Link copied to clipboard
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.
Link copied to clipboard
Deprecated. Must use the MetricDescriptor.launch_stage instead.
Link copied to clipboard
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.