Histogram

object Histogram
Companion:
class
class Object
trait Matchable
class Any

Type members

Classlikes

class Atomic(val metric: BaseMetric[Histogram, ForDistributionInstrument, Distribution], val tags: TagSet, val dynamicRange: DynamicRange) extends BaseAtomicHdrHistogram with Histogram with BaseMetricAutoUpdate[Histogram, ForDistributionInstrument, Distribution]

Histogram implementation with thread safety guarantees. Instances of this class can be safely shared across threads and updated concurrently.

Histogram implementation with thread safety guarantees. Instances of this class can be safely shared across threads and updated concurrently.