| Class | Description |
|---|---|
| DerivedDoubleGauge |
Derived Double Gauge metric, to report instantaneous measurement of a double value.
|
| DerivedLongGauge |
Derived Long Gauge metric, to report instantaneous measurement of an int64 value.
|
| DoubleGauge |
Double Gauge metric, to report instantaneous measurement of a double value.
|
| DoubleGauge.DoublePoint |
The value of a single point in the Gauge.TimeSeries.
|
| LabelKey |
The key of a
Label associated with a MetricDescriptor. |
| LabelValue |
The value of a
Label associated with a TimeSeries. |
| LongGauge |
Long Gauge metric, to report instantaneous measurement of an int64 value.
|
| LongGauge.LongPoint |
The value of a single point in the Gauge.TimeSeries.
|
| MetricRegistry |
Creates and manages your application's set of metrics.
|
| Metrics |
Class for accessing the default
MetricsComponent. |
| MetricsComponent |
Class that holds the implementation instance for
ExportComponent. |
WARNING: Currently all the public classes under this package are marked as ExperimentalApi. The classes and APIs under io.opencensus.metrics
are likely to get backwards-incompatible updates in the future. DO NOT USE except for
experimental purposes.
Please see https://github.com/census-instrumentation/opencensus-specs/blob/master/stats/Metrics.md and https://github.com/census-instrumentation/opencensus-proto/blob/master/opencensus/proto/stats/metrics/metrics.proto for more details.