| 程序包 | 说明 |
|---|---|
| com.alipay.lookout.api | |
| com.alipay.lookout.common | |
| com.alipay.lookout.common.top |
| 限定符和类型 | 类和说明 |
|---|---|
class |
BasicTag
Immutable implementation of Tag.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Iterable<Tag> |
Id.tags()
get all tags
|
| 限定符和类型 | 方法和说明 |
|---|---|
Id |
Id.withTag(Tag t) |
Id |
Id.withTags(Tag... tags) |
| 限定符和类型 | 方法和说明 |
|---|---|
Id |
NoopRegistry.createId(String name,
Iterable<Tag> tags) |
Id |
Registry.createId(String name,
Iterable<Tag> tags)
Generate an identifier for a metric.
|
Id |
MetricRegistry.createId(String name,
Iterable<Tag> tags) |
static String |
Utils.getTagValue(Iterable<Tag> tags,
String tagKey) |
Id |
Id.withTags(Iterable<Tag> tags) |
| 限定符和类型 | 字段和说明 |
|---|---|
static Tag |
LookoutConstants.HIGH_PRIORITY_TAG |
static Tag |
LookoutConstants.LOW_PRIORITY_TAG |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
TopGauger.record(long l,
Tag... tags) |
Copyright © 2018. All rights reserved.