Package | Description |
---|---|
io.micrometer.core.instrument |
Copyright 2017 Pivotal Software, Inc.
|
io.micrometer.core.instrument.distribution |
Copyright 2017 Pivotal Software, Inc.
|
Modifier and Type | Field and Description |
---|---|
protected Histogram |
AbstractTimer.histogram |
protected Histogram |
AbstractDistributionSummary.histogram |
Modifier and Type | Class and Description |
---|---|
class |
NoopHistogram |
class |
TimeWindowFixedBoundaryHistogram
A histogram implementation that does not support precomputed percentiles but supports
aggregable percentile histograms and SLA boundaries.
|
class |
TimeWindowPercentileHistogram
A histogram implementation that supports the computation of percentiles by Micrometer for
publishing to a monitoring system.
|
Copyright © 2018. All rights reserved.