exponentialBuckets

@JvmName(name = "shmxnfqphargksbb")
suspend fun exponentialBuckets(value: Output<MetricBucketOptionsExponentialBucketsArgs>)
@JvmName(name = "qsqxieqedefmsodv")
suspend fun exponentialBuckets(value: MetricBucketOptionsExponentialBucketsArgs?)

Parameters

value

Specifies an exponential sequence of buckets that have a width that is proportional to the value of the lower bound. Each bucket represents a constant relative uncertainty on a specific value in the bucket. Structure is documented below.


@JvmName(name = "iswnijpvjixhwrep")
suspend fun exponentialBuckets(argument: suspend MetricBucketOptionsExponentialBucketsArgsBuilder.() -> Unit)

Parameters

argument

Specifies an exponential sequence of buckets that have a width that is proportional to the value of the lower bound. Each bucket represents a constant relative uncertainty on a specific value in the bucket. Structure is documented below.