Uses of Class
org.apache.dubbo.metrics.report.AbstractMetricsExport
Packages that use AbstractMetricsExport
-
Uses of AbstractMetricsExport in org.apache.dubbo.metrics.data
Subclasses of AbstractMetricsExport in org.apache.dubbo.metrics.dataModifier and TypeClassDescriptionclassApplication-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 typeclassMethod-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)classThe 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)classService-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