| Package | Description |
|---|---|
| org.apache.skywalking.apm.toolkit.meter | |
| org.apache.skywalking.apm.toolkit.meter.impl |
| Modifier and Type | Field and Description |
|---|---|
protected MeterId.MeterType |
MeterId.type |
| Modifier and Type | Method and Description |
|---|---|
MeterId.MeterType |
MeterId.getType() |
static MeterId.MeterType |
MeterId.MeterType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MeterId.MeterType[] |
MeterId.MeterType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MeterId |
MeterId.copyTo(String name,
MeterId.MeterType type)
Simple copy to a new meter id, change the name and type
|
| Constructor and Description |
|---|
MeterId(String name,
MeterId.MeterType type) |
MeterId(String name,
MeterId.MeterType type,
List<MeterId.Tag> tags) |
| Modifier and Type | Method and Description |
|---|---|
MeterId.MeterType |
HistogramImpl.Builder.getType() |
MeterId.MeterType |
GaugeImpl.Builder.getType() |
protected MeterId.MeterType |
CounterImpl.Builder.getType() |
protected abstract MeterId.MeterType |
AbstractBuilder.getType()
Get supported build meter type
|
Copyright © 2020 The Apache Software Foundation. All rights reserved.