Metric Bucket Options
data class MetricBucketOptions(val explicitBuckets: MetricBucketOptionsExplicitBuckets? = null, val exponentialBuckets: MetricBucketOptionsExponentialBuckets? = null, val linearBuckets: MetricBucketOptionsLinearBuckets? = null)
Constructors
Link copied to clipboard
fun MetricBucketOptions(explicitBuckets: MetricBucketOptionsExplicitBuckets? = null, exponentialBuckets: MetricBucketOptionsExponentialBuckets? = null, linearBuckets: MetricBucketOptionsLinearBuckets? = null)