| Package | Description |
|---|---|
| org.apache.skywalking.apm.toolkit.meter | |
| org.apache.skywalking.apm.toolkit.meter.impl |
| Class and Description |
|---|
| BaseBuilder |
| BaseMeter |
| Counter.Builder |
| Counter.Mode
Counter mode
|
| Gauge.Builder |
| Histogram.Bucket
Histogram bucket
|
| Histogram.Builder |
| MeterId
Meter identity
|
| MeterId.MeterType
The meter type
|
| MeterId.Tag
Using name/value pair as the tag, also it will
Comparable when we sort all of tags |
| Class and Description |
|---|
| BaseBuilder |
| 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 |
| Counter.Mode
Counter mode
|
| 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.Builder |
| MeterId
Meter identity
|
| MeterId.MeterType
The meter type
|
Copyright © 2020 The Apache Software Foundation. All rights reserved.