See: Description
| Interface | Description |
|---|---|
| DerivedDoubleCumulative |
Derived Double Cumulative metric, to report cumulative measurement of a double value.
|
| DerivedDoubleCumulative.Builder |
Builder class for
DerivedDoubleCumulative. |
| DerivedDoubleGauge |
Derived Double Gauge metric, to report instantaneous measurement of a double value.
|
| DerivedDoubleGauge.Builder |
Builder class for
DerivedDoubleGauge. |
| DerivedLongCumulative |
Derived Long Cumulative metric, to report cumulative measurement of a long value.
|
| DerivedLongCumulative.Builder |
Builder class for
DerivedLongCumulative. |
| DerivedLongGauge |
Derived Long Gauge metric, to report instantaneous measurement of an int64 value.
|
| DerivedLongGauge.Builder |
Builder class for
DerivedLongGauge. |
| DoubleCumulative |
Double Cumulative metric, to report instantaneous measurement of a double value.
|
| DoubleCumulative.Builder |
Builder class for
DoubleCumulative. |
| DoubleCumulative.DoublePoint |
The value of a single point in the Cumulative.TimeSeries.
|
| DoubleGauge |
Double Gauge metric, to report instantaneous measurement of a double value.
|
| DoubleGauge.Builder |
Builder class for
DerivedLongGauge. |
| DoubleGauge.DoublePoint |
The value of a single point in the Gauge.TimeSeries.
|
| LongCumulative |
Long Cumulative metric, to report instantaneous measurement of a long value.
|
| LongCumulative.Builder |
Builder class for
LongCumulative. |
| LongCumulative.LongPoint |
The value of a single point in the Cumulative.TimeSeries.
|
| LongGauge |
Long Gauge metric, to report instantaneous measurement of an int64 value.
|
| LongGauge.Builder |
Builder class for
LongGauge. |
| LongGauge.LongPoint |
The value of a single point in the Gauge.TimeSeries.
|
| Meter |
Entry point fot metrics API, this object allows to create new
MetricRegistry. |
| Metric |
Base interface for all metrics defined in this package.
|
| Metric.Builder<B extends Metric.Builder<B,V>,V> | |
| MetricRegistry |
Creates and manages a set of metrics for a library/application.
|
| MetricRegistry.Builder |
Builder class for the
MetricRegistry. |
| ToDoubleFunction<T> |
Represents a function that produces a double-valued result.
|
| ToLongFunction<T> |
Represents a function that produces a long-valued result.
|
| Class | Description |
|---|---|
| LabelKey |
The key of a
Label associated with a MetricDescriptor. |
| LabelValue |
The value of a
Label associated with a TimeSeries. |
| Metrics |
Class for accessing the default
Meter. |
| NoopMetrics |
No-op implementations of metrics classes.
|