| 程序包 | 说明 |
|---|---|
| org.apache.dubbo.metrics.collector | |
| org.apache.dubbo.metrics.event |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
HistogramMetricsCollector.onEvent(RequestEvent event) |
void |
AggregateMetricsCollector.onEvent(RequestEvent event) |
void |
HistogramMetricsCollector.onEventError(RequestEvent event) |
void |
AggregateMetricsCollector.onEventError(RequestEvent event) |
void |
HistogramMetricsCollector.onEventFinish(RequestEvent event) |
void |
AggregateMetricsCollector.onEventFinish(RequestEvent event) |
| 限定符和类型 | 方法和说明 |
|---|---|
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,
boolean serviceLevel)
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,
boolean serviceLevel) |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.