MetricDescriptorMetadata

data class MetricDescriptorMetadata(val ingestDelay: String? = null, val samplePeriod: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ingestDelay: 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: 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).