| Package | Description |
|---|---|
| io.micrometer.core.instrument |
Copyright 2017 Pivotal Software, Inc.
|
| io.micrometer.core.instrument.distribution |
Copyright 2017 Pivotal Software, Inc.
|
| io.micrometer.core.instrument.noop |
Copyright 2017 Pivotal Software, Inc.
|
| Modifier and Type | Method and Description |
|---|---|
HistogramSnapshot |
AbstractTimer.takeSnapshot() |
HistogramSnapshot |
AbstractDistributionSummary.takeSnapshot() |
| Modifier and Type | Method and Description |
|---|---|
static HistogramSnapshot |
HistogramSnapshot.empty(long count,
double total,
double max) |
HistogramSnapshot |
HistogramSupport.takeSnapshot()
Summary statistics should be published off of a single snapshot instance so that, for example, there isn't
disagreement between the distribution's bucket counts because more events continue to stream in.
|
default HistogramSnapshot |
HistogramSupport.takeSnapshot(boolean supportsAggregablePercentiles)
Deprecated.
|
HistogramSnapshot |
NoopHistogram.takeSnapshot(long count,
double total,
double max) |
HistogramSnapshot |
Histogram.takeSnapshot(long count,
double total,
double max) |
| Modifier and Type | Method and Description |
|---|---|
HistogramSnapshot |
NoopTimer.takeSnapshot() |
HistogramSnapshot |
NoopDistributionSummary.takeSnapshot() |
Copyright © 2020 LeanCloud. All rights reserved.