| Package | Description |
|---|---|
| org.apache.dubbo.metrics.collector | |
| org.apache.dubbo.metrics.listener |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ApplicationMetricsCollector<E extends TimeCounterEvent>
Application-level collector.
|
interface |
MethodMetricsCollector<E extends TimeCounterEvent>
Method-level metrics collection for rpc invocation scenarios
|
interface |
MetricsCollector<E extends TimeCounterEvent>
Metrics Collector.
|
interface |
ServiceMetricsCollector<E extends TimeCounterEvent>
Service-level collector.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CombMetricsCollector<E extends TimeCounterEvent> |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMetricsKeyListener
According to the event template of
MetricsEventBus,
build a consistent static method for general and custom monitoring consume methods |
class |
MetricsApplicationListener
App-level listener type, in most cases, can use the static method
to produce an anonymous listener for general monitoring
|
class |
MetricsServiceListener
Service-level listener type, in most cases, can use the static method
to produce an anonymous listener for general monitoring.
|
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.