Histogram
nl.grons.metrics4.scala.Histogram
A Scala facade class for DropwizardHistogram.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
Adds the recorded value to the histogram sample.
Adds the recorded value to the histogram sample.
Attributes
Adds the recorded value to the histogram sample.
Adds the recorded value to the histogram sample.
Attributes
The number of values recorded.
The number of values recorded.
Attributes
The largest recorded value.
The largest recorded value.
Attributes
The arithmetic mean of all recorded values.
The arithmetic mean of all recorded values.
Attributes
The smallest recorded value.
The smallest recorded value.
Attributes
A snapshot of the values in the histogram's sample.
A snapshot of the values in the histogram's sample.
Attributes
The standard deviation of all recorded values.
The standard deviation of all recorded values.
Attributes
In this article