MetricDescriptorMetadataArgs

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
fun MetricDescriptorMetadataArgs(ingestDelay: Output<String>? = null, launchStage: Output<MetricDescriptorMetadataLaunchStage>? = null, samplePeriod: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): MetricDescriptorMetadataArgs

Properties

Link copied to clipboard
val ingestDelay: Output<String>? = null

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
val samplePeriod: Output<String>? = null

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.