Package org.apache.dubbo.metrics.data
Class MethodStatComposite
java.lang.Object
org.apache.dubbo.metrics.report.AbstractMetricsExport
org.apache.dubbo.metrics.data.MethodStatComposite
- All Implemented Interfaces:
MetricsExport
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)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexport(MetricsCategory category) export all.voidincrementMethodKey(MetricsKeyWrapper wrapper, MethodMetric methodMetric, int size) voidinitMethodKey(MetricsKeyWrapper wrapper, Invocation invocation) voidinitWrapper(List<MetricsKeyWrapper> metricsKeyWrappers) Methods inherited from class org.apache.dubbo.metrics.report.AbstractMetricsExport
getApplicationModel, getAppName
-
Constructor Details
-
MethodStatComposite
-
-
Method Details
-
initWrapper
-
initMethodKey
-
incrementMethodKey
-
export
Description copied from interface:MetricsExportexport all.
-