MetricDescriptorMetadataArgs

data class MetricDescriptorMetadataArgs(val ingestDelay: Output<String>? = null, val samplePeriod: Output<String>? = null) : ConvertibleToJava<MetricDescriptorMetadataArgs>

Constructors

Link copied to clipboard
constructor(ingestDelay: Output<String>? = null, samplePeriod: Output<String>? = null)

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. In [duration format](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf?&_ga=2.264881487.1507873253.1593446723-935052455.1591817775#google.protobuf.Duration).

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. In [duration format](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf?&_ga=2.264881487.1507873253.1593446723-935052455.1591817775#google.protobuf.Duration).

Functions

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