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