public class StatsdDistributionSummary
extends io.micrometer.core.instrument.AbstractDistributionSummary
| Modifier and Type | Method and Description |
|---|---|
long |
count() |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
double |
max()
The StatsD agent will likely compute max with a different window, so the value may not match what you see here.
|
protected void |
recordNonNegative(double amount) |
double |
totalAmount() |
record, takeSnapshotclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitprotected void recordNonNegative(double amount)
recordNonNegative in class io.micrometer.core.instrument.AbstractDistributionSummarypublic 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