| 程序包 | 说明 |
|---|---|
| com.alipay.lookout.api | |
| com.alipay.lookout.api.composite |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
Counter
A counter metric(incrementing and decrementing)
Created by kevin.luy@alipay.com on 2017/2/19.
|
interface |
DistributionSummary
Histogram.
|
interface |
Timer
A timer metric
Created by kevin.luy@alipay.com on 2017/2/14.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
NoopMixinMetric
Unstable API,Do not use it!
|
| 限定符和类型 | 方法和说明 |
|---|---|
<X extends Metric> |
Registry.get(Id id)
Returns the metric associated with a given id.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Metric |
NoopRegistry.get(Id id) |
| 限定符和类型 | 方法和说明 |
|---|---|
Iterator<Metric> |
NoopRegistry.iterator() |
Iterator<Metric> |
Registry.iterator()
Iterator for traversing the set of metrics in the registry.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
NoopRegistry.register(Metric metric) |
void |
Registry.register(Metric metric)
Add a custom metric to the registry.
|
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
MixinMetric
MixinMetric is a mixin of basic metric types.
|
| 限定符和类型 | 方法和说明 |
|---|---|
<X extends Metric> |
CompositeRegistry.get(Id id) |
| 限定符和类型 | 方法和说明 |
|---|---|
Iterator<Metric> |
CompositeRegistry.iterator() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
CompositeRegistry.register(Metric metric) |
Copyright © 2018. All rights reserved.