| 接口 | 说明 |
|---|---|
| Clock |
A timing source that can be used to access the current wall time as well as a high resolution
monotonic time to measuring elapsed times.
|
| Counter |
A counter metric(incrementing and decrementing)
Created by kevin.luy@alipay.com on 2017/2/19.
|
| DistributionSummary |
Histogram.
|
| Gauge<T extends Number> |
即时的数据观察值,适用于度量的对象是黑盒的状态采样。
|
| Id |
its combination of name and tags
Created by kevin.luy@alipay.com on 2017/2/14.
|
| Metric |
metric with identification
Created by kevin.luy@alipay.com on 2017/2/14.
|
| Registry |
manage a set of metrics.
|
| Tag |
a dimension of a metric
Created by kevin.luy@alipay.com on 2017/1/26.
|
| Timer |
A timer metric
Created by kevin.luy@alipay.com on 2017/2/14.
|
| 类 | 说明 |
|---|---|
| BasicTag |
Immutable implementation of Tag.
|
| Indicator<T> |
Created by kevin.luy@alipay.com on 2017/1/26.
|
| Lookout |
正常情况下,不建议使用该方式获取全局 registry.
|
| Measurement<T> |
Created by kevin.luy@alipay.com on 2017/2/14.
|
| MetricRegistry |
Created by kevin.luy@alipay.com on 2017/2/14.
|
| NoopRegistry |
Registry implementation that does nothing.
|
| Utils |
Created by kevin.luy@alipay.com on 2017/2/14.
|
| 枚举 | 说明 |
|---|---|
| NoopMixinMetric |
Unstable API,Do not use it!
|
| PRIORITY |
metric priority tag suggest auto poll interval
Created by kevin.luy@alipay.com on 2017/2/23.
|
| Statistic |
Measurement type
Created by kevin.luy@alipay.com on 2017/2/14.
|
Copyright © 2018. All rights reserved.