| Interface | Description |
|---|---|
| BaseBuilder<Builder extends BaseBuilder,Meter extends BaseMeter> | |
| BaseMeter | |
| Counter |
A counter is a cumulative metric that represents a single monotonically increasing counter whose value can only increase or be reset to zero on restart.
|
| Counter.Builder | |
| Gauge |
A gauge is a metric that represents a single numerical value that can arbitrarily go up and down.
|
| Gauge.Builder | |
| Histogram |
Similar to a histogram, a summary sample observations (usual things like request durations and response sizes).
|
| Histogram.Bucket |
Histogram bucket
|
| Histogram.Builder |
| Class | Description |
|---|---|
| MeterFactory | |
| MeterId |
Meter identity
|
| MeterId.Tag |
Using name/value pair as the tag, also it will
Comparable when we sort all of tags |
| Enum | Description |
|---|---|
| Counter.Mode |
Counter mode
|
| MeterId.MeterType |
The meter type
|
Copyright © 2020 The Apache Software Foundation. All rights reserved.