Interface | Description |
---|---|
BucketTimedMetric |
Used to collect timed metrics but puts the statistics into millisecond time ranges (buckets).
|
CounterMetric |
Metric based on a counter (long value) typically used to count discrete events.
|
CounterStatistics |
Statistics provided by the
CounterMetric . |
GaugeDouble |
A Gauge returning a double value providing the 'source' for a
GaugeDoubleMetric . |
GaugeDoubleGroup |
Groups
GaugeDoubleMetric that are closely related. |
GaugeDoubleMetric |
Metric based on a gauge returning double values.
|
GaugeLong |
A Gauge returning a long value providing the 'source' for a
GaugeLongMetric . |
GaugeLongGroup |
Groups
GaugeLongMetric gauges that are closely related. |
GaugeLongMetric |
Metric based on an underlying gauge that reports long values.
|
Metric |
A Metric that collects statistics on events.
|
MetricName |
The name of the metric.
|
MetricNameCache |
Cache of MetricNames that share a common base name.
|
MetricVisitor |
Visitor for the statistics held by a metric.
|
TimedEvent |
A TimedEvent that is ended with either success or error.
|
TimedMetric |
Collects and provides statics for a timed event.
|
TimedMetricGroup |
A group of TimedMetric that share a common base name.
|
ValueMetric |
Metric that collects long values (e.g.
|
ValueStatistics |
Statistics collected by ValueMetric or TimedMetric.
|
Class | Description |
---|---|
MetricManager |
Manages the creation and registration of Metrics.
|
Avaje metrics provides various metrics for.
Each of the metrics collect statistics. Generally a MetricReporter is used to periodically collect and report the statistics collected.
Copyright © 2014. All Rights Reserved.