exponentialHistogramBuckets

fun exponentialHistogramBuckets(name: String, block: HistogramBuilder.() -> Unit, start: Double, factor: Double, count: Int): Histogram

Creates a histogram with exponentially spaced buckets.

Return

A configured Histogram instance.

Parameters

name

The name of the histogram.

block

A configuration block for the histogram.

start

The starting value of the first bucket.

factor

The factor by which bucket sizes increase.

count

The number of buckets.