Package | Description |
---|---|
org.forgerock.monitoring.api.instrument |
Common Monitoring API Core based on MicroMeter
|
org.forgerock.monitoring.dropwizard |
Implementation for Common Monitoring API based on DropWizard.
|
Modifier and Type | Method and Description |
---|---|
static HistogramSnapshot |
HistogramSnapshot.empty() |
static HistogramSnapshot |
HistogramSnapshot.of(long count,
double total,
double max,
ValueAtPercentile[] percentileValues,
CountAtValue[] histogramCounts) |
HistogramSnapshot |
Timer.takeSnapshot(boolean supportsAggregablePercentiles) |
HistogramSnapshot |
DistributionSummary.takeSnapshot(boolean supportsAggregablePercentiles) |
Modifier and Type | Method and Description |
---|---|
HistogramSnapshot |
DropwizardTypes.DescribableTimer.takeSnapshot(boolean supportsAggregablePercentiles) |
HistogramSnapshot |
DropwizardTypes.DescribableMeter.takeSnapshot(boolean supportsAggregablePercentiles) |
Copyright 2010-2018 ForgeRock AS.