| Package | Description |
|---|---|
| org.apache.dubbo.metrics.data | |
| org.apache.dubbo.metrics.report |
| Modifier and Type | Class and Description |
|---|---|
class |
ApplicationStatComposite
Application-level data container, for the initialized MetricsKey,
different from the null value of the Map type (the key is not displayed when there is no data),
the key is displayed and the initial data is 0 value of the AtomicLong type
|
class |
BaseStatComposite
As a data aggregator, use internal data containers calculates and classifies
the registry data collected by
MetricsCollector, and
provides an MetricsExport interface for exporting standard output formats. |
class |
MethodStatComposite
Method-level data container,
if there is no actual call to the existing call method,
the key will not be displayed when exporting (to be optimized)
|
class |
RtStatComposite
The data container of the rt dimension, including application, service, and method levels,
if there is no actual call to the existing call method,
the key will not be displayed when exporting (to be optimized)
|
class |
ServiceStatComposite
Service-level data container, for the initialized MetricsKey,
different from the null value of the Map type (the key is not displayed when there is no data),
the key is displayed and the initial data is 0 value of the AtomicLong type
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMetricsExport
Store public information such as application
|
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.