Package | Description |
---|---|
org.avaje.metric |
The main public API for Avaje Metrics.
|
org.avaje.metric.spi |
The service provider API that needs to be implemented by implementors.
|
Class and 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 and 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.
|
GaugeDouble
A Gauge returning a double value providing the 'source' for a
GaugeDoubleMetric . |
GaugeDoubleMetric
Metric based on a gauge returning double values.
|
GaugeLong
A Gauge returning a long value providing the 'source' for a
GaugeLongMetric . |
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.
|
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.
|
Copyright © 2014. All Rights Reserved.