| Modifier and Type | Method and Description |
|---|---|
void |
CombMetricsCollector.increment(MethodMetric methodMetric,
MetricsKeyWrapper wrapper,
int size) |
void |
MethodMetricsCollector.increment(MethodMetric methodMetric,
MetricsKeyWrapper wrapper,
int size) |
void |
CombMetricsCollector.increment(String serviceKey,
MetricsKeyWrapper metricsKeyWrapper,
int size) |
void |
ServiceMetricsCollector.increment(String serviceKey,
MetricsKeyWrapper wrapper,
int size) |
void |
CombMetricsCollector.init(Invocation invocation,
MetricsKeyWrapper wrapper) |
void |
MethodMetricsCollector.init(Invocation invocation,
MetricsKeyWrapper wrapper) |
void |
CombMetricsCollector.setNum(MetricsKeyWrapper metricsKey,
String serviceKey,
int num) |
void |
ServiceMetricsCollector.setNum(MetricsKeyWrapper metricsKey,
String serviceKey,
int num) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceStatComposite.incrementExtraServiceKey(MetricsKeyWrapper wrapper,
String serviceKey,
Map<String,String> extra,
int size) |
void |
BaseStatComposite.incrementMethodKey(MetricsKeyWrapper metricsKeyWrapper,
MethodMetric methodMetric,
int size) |
void |
MethodStatComposite.incrementMethodKey(MetricsKeyWrapper wrapper,
MethodMetric methodMetric,
int size) |
void |
BaseStatComposite.incrementServiceKey(MetricsKeyWrapper metricsKeyWrapper,
String attServiceKey,
int size) |
void |
ServiceStatComposite.incrementServiceKey(MetricsKeyWrapper wrapper,
String serviceKey,
int size) |
void |
BaseStatComposite.incrementServiceKey(MetricsKeyWrapper metricsKeyWrapper,
String attServiceKey,
Map<String,String> extra,
int size) |
void |
BaseStatComposite.initMethodKey(MetricsKeyWrapper metricsKeyWrapper,
Invocation invocation) |
void |
MethodStatComposite.initMethodKey(MetricsKeyWrapper wrapper,
Invocation invocation) |
void |
ServiceStatComposite.setExtraServiceKey(MetricsKeyWrapper wrapper,
String serviceKey,
int num,
Map<String,String> extra) |
void |
BaseStatComposite.setServiceKey(MetricsKeyWrapper metricsKey,
String serviceKey,
int num) |
void |
ServiceStatComposite.setServiceKey(MetricsKeyWrapper wrapper,
String serviceKey,
int num) |
void |
BaseStatComposite.setServiceKey(MetricsKeyWrapper metricsKey,
String serviceKey,
int num,
Map<String,String> extra) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceStatComposite.initWrapper(List<MetricsKeyWrapper> metricsKeyWrappers) |
void |
MethodStatComposite.initWrapper(List<MetricsKeyWrapper> metricsKeyWrappers) |
| Modifier and Type | Method and Description |
|---|---|
MetricsKeyWrapper |
LongContainer.getMetricsKeyWrapper() |
| Constructor and Description |
|---|
AtomicLongContainer(MetricsKeyWrapper metricsKeyWrapper) |
AtomicLongContainer(MetricsKeyWrapper metricsKeyWrapper,
BiConsumer<Long,AtomicLong> consumerFunc) |
LongAccumulatorContainer(MetricsKeyWrapper metricsKeyWrapper,
LongAccumulator accumulator) |
LongContainer(MetricsKeyWrapper metricsKeyWrapper,
Supplier<N> initFunc,
BiConsumer<Long,N> consumerFunc) |
| Modifier and Type | Method and Description |
|---|---|
MetricsKeyWrapper |
MetricsKeyWrapper.setSampleType(MetricSample.Type sampleType) |
static MetricsKeyWrapper |
MetricsKeyWrapper.wrapper(MetricsKey metricsKey) |
| Constructor and Description |
|---|
CounterMetricSample(MetricsKeyWrapper metricsKeyWrapper,
Map<String,String> tags,
MetricsCategory category,
T value) |
GaugeMetricSample(MetricsKeyWrapper metricsKeyWrapper,
Map<String,String> tags,
MetricsCategory category,
T value,
ToDoubleFunction<T> apply) |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.