Metric Bucket Options Exponential Buckets Args
data class MetricBucketOptionsExponentialBucketsArgs(val growthFactor: Output<Double>, val numFiniteBuckets: Output<Int>, val scale: Output<Double>) : ConvertibleToJava<MetricBucketOptionsExponentialBucketsArgs>
Constructors
Link copied to clipboard
fun MetricBucketOptionsExponentialBucketsArgs(growthFactor: Output<Double>, numFiniteBuckets: Output<Int>, scale: Output<Double>)