linearBuckets

@JvmName(name = "fxfxqobmprqqihwp")
suspend fun linearBuckets(value: Output<MetricBucketOptionsLinearBucketsArgs>)
@JvmName(name = "ggmtjxesgccsiecc")
suspend fun linearBuckets(value: MetricBucketOptionsLinearBucketsArgs?)

Parameters

value

Specifies a linear sequence of buckets that all have the same width (except overflow and underflow). Each bucket represents a constant absolute uncertainty on the specific value in the bucket. Structure is documented below.


@JvmName(name = "oixrmyhcdklwblqi")
suspend fun linearBuckets(argument: suspend MetricBucketOptionsLinearBucketsArgsBuilder.() -> Unit)

Parameters

argument

Specifies a linear sequence of buckets that all have the same width (except overflow and underflow). Each bucket represents a constant absolute uncertainty on the specific value in the bucket. Structure is documented below.