public class SpectatorDistributionSummary
extends io.micrometer.core.instrument.AbstractDistributionSummary
| Modifier and Type | Method and Description |
|---|---|
long |
count() |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
double |
max() |
protected void |
recordNonNegative(double amount) |
double |
totalAmount() |
record, takeSnapshotclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilder, histogramCountAtValue, mean, measure, percentileprotected void recordNonNegative(double amount)
recordNonNegative in class io.micrometer.core.instrument.AbstractDistributionSummaryamount - Amount for an event being measured. For this implementation,
amount is truncated to a long because the underlying Spectator
implementation takes a long.public long count()
public double totalAmount()
public double max()
public boolean equals(@Nullable
java.lang.Object o)
equals in class io.micrometer.core.instrument.AbstractDistributionSummarypublic int hashCode()
hashCode in class io.micrometer.core.instrument.AbstractDistributionSummary