| Modifier and Type | Method and Description |
|---|---|
List<MetricSample> |
ApplicationStatComposite.export(MetricsCategory category) |
List<MetricSample> |
RtStatComposite.export(MetricsCategory category) |
List<MetricSample> |
BaseStatComposite.export(MetricsCategory category) |
List<MetricSample> |
ServiceStatComposite.export(MetricsCategory category) |
List<MetricSample> |
MethodStatComposite.export(MetricsCategory category) |
| Modifier and Type | Method and Description |
|---|---|
static MetricsCategory |
MetricsCategory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetricsCategory[] |
MetricsCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MetricsCategory |
MetricSample.getCategory() |
| Modifier and Type | Method and Description |
|---|---|
void |
MetricSample.setCategory(MetricsCategory category) |
| Modifier and Type | Method and Description |
|---|---|
List<MetricSample> |
MetricsExport.export(MetricsCategory category)
export all.
|
| Modifier and Type | Method and Description |
|---|---|
MetricsCategory |
MetricsEntity.getCategory() |
| Modifier and Type | Method and Description |
|---|---|
Map<MetricsCategory,List<MetricsEntity>> |
MetricsService.getMetricsByCategories(List<MetricsCategory> categories)
Get metrics by prefixes
|
Map<MetricsCategory,List<MetricsEntity>> |
MetricsService.getMetricsByCategories(String serviceUniqueName,
List<MetricsCategory> categories)
Get metrics by interface and prefixes
|
Map<MetricsCategory,List<MetricsEntity>> |
MetricsService.getMetricsByCategories(String serviceUniqueName,
String methodName,
Class<?>[] parameterTypes,
List<MetricsCategory> categories)
Get metrics by interfacećmethod and prefixes
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetricsEntity.setCategory(MetricsCategory category) |
| Modifier and Type | Method and Description |
|---|---|
Map<MetricsCategory,List<MetricsEntity>> |
MetricsService.getMetricsByCategories(List<MetricsCategory> categories)
Get metrics by prefixes
|
Map<MetricsCategory,List<MetricsEntity>> |
MetricsService.getMetricsByCategories(String serviceUniqueName,
List<MetricsCategory> categories)
Get metrics by interface and prefixes
|
Map<MetricsCategory,List<MetricsEntity>> |
MetricsService.getMetricsByCategories(String serviceUniqueName,
String methodName,
Class<?>[] parameterTypes,
List<MetricsCategory> categories)
Get metrics by interfacećmethod and prefixes
|
| Constructor and Description |
|---|
MetricsEntity(String name,
Map<String,String> tags,
MetricsCategory category,
Object value) |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.