| Package | Description |
|---|---|
| org.apache.dubbo.metrics.model.key | |
| org.apache.dubbo.metrics.model.sample |
| Modifier and Type | Method and Description |
|---|---|
MetricSample.Type |
MetricsKeyWrapper.getSampleType() |
| Modifier and Type | Method and Description |
|---|---|
MetricsKeyWrapper |
MetricsKeyWrapper.setSampleType(MetricSample.Type sampleType) |
| Modifier and Type | Method and Description |
|---|---|
MetricSample.Type |
MetricSample.getType() |
static MetricSample.Type |
MetricSample.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetricSample.Type[] |
MetricSample.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetricSample.setType(MetricSample.Type type) |
| Constructor and Description |
|---|
MetricSample(String name,
String description,
Map<String,String> tags,
MetricSample.Type type,
MetricsCategory category) |
MetricSample(String name,
String description,
Map<String,String> tags,
MetricSample.Type type,
MetricsCategory category,
String baseUnit) |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.