| Package | Description |
|---|---|
| org.apache.dubbo.metrics.collector | |
| org.apache.dubbo.metrics.event |
| Modifier and Type | Method and Description |
|---|---|
void |
AggregateMetricsCollector.onEvent(RequestEvent event) |
void |
HistogramMetricsCollector.onEvent(RequestEvent event) |
void |
AggregateMetricsCollector.onEventError(RequestEvent event) |
void |
HistogramMetricsCollector.onEventError(RequestEvent event) |
void |
AggregateMetricsCollector.onEventFinish(RequestEvent event) |
void |
HistogramMetricsCollector.onEventFinish(RequestEvent event) |
| Modifier and Type | Method and Description |
|---|---|
static RequestEvent |
RequestEvent.toRequestErrorEvent(org.apache.dubbo.rpc.model.ApplicationModel applicationModel,
String appName,
MetricsDispatcher metricsDispatcher,
org.apache.dubbo.rpc.Invocation invocation,
String side,
int code)
Acts on MetricsClusterFilter to monitor exceptions that occur before request execution
|
static RequestEvent |
RequestEvent.toRequestEvent(org.apache.dubbo.rpc.model.ApplicationModel applicationModel,
String appName,
MetricsDispatcher metricsDispatcher,
DefaultMetricsCollector collector,
org.apache.dubbo.rpc.Invocation invocation,
String side) |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.