Package org.apache.dubbo.metrics.data
Class RtStatComposite
java.lang.Object
org.apache.dubbo.metrics.report.AbstractMetricsExport
org.apache.dubbo.metrics.data.RtStatComposite
- All Implemented Interfaces:
MetricsExport
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)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcalcMethodKeyRt(Invocation invocation, String registryOpType, Long responseTime) voidcalcServiceKeyRt(String registryOpType, Long responseTime, Metric key) voidcalcServiceKeyRt(Invocation invocation, String registryOpType, Long responseTime) export(MetricsCategory category) export all.List<LongContainer<? extends Number>> voidinit(MetricsPlaceValue... placeValues) Methods inherited from class org.apache.dubbo.metrics.report.AbstractMetricsExport
getApplicationModel, getAppName
-
Constructor Details
-
RtStatComposite
-
-
Method Details
-
init
-
calcServiceKeyRt
-
calcServiceKeyRt
-
calcMethodKeyRt
-
export
Description copied from interface:MetricsExportexport all. -
getRtStats
-