Package org.apache.dubbo.metrics.service
Class DefaultMetricsService
java.lang.Object
org.apache.dubbo.metrics.service.DefaultMetricsService
- All Implemented Interfaces:
MetricsService
Default implementation of
MetricsService-
Field Summary
Fields inherited from interface org.apache.dubbo.metrics.service.MetricsService
DEFAULT_EXTENSION_NAME, VERSION -
Constructor Summary
ConstructorsConstructorDescriptionDefaultMetricsService(org.apache.dubbo.rpc.model.ApplicationModel applicationModel) -
Method Summary
Modifier and TypeMethodDescriptiongetMetricsByCategories(String serviceUniqueName, String methodName, Class<?>[] parameterTypes, List<MetricsCategory> categories) getMetricsByCategories(String serviceUniqueName, List<MetricsCategory> categories) getMetricsByCategories(List<MetricsCategory> categories)
-
Constructor Details
-
DefaultMetricsService
public DefaultMetricsService(org.apache.dubbo.rpc.model.ApplicationModel applicationModel)
-
-
Method Details
-
getMetricsByCategories
public Map<MetricsCategory,List<MetricsEntity>> getMetricsByCategories(List<MetricsCategory> categories) - Specified by:
getMetricsByCategoriesin interfaceMetricsService
-
getMetricsByCategories
public Map<MetricsCategory,List<MetricsEntity>> getMetricsByCategories(String serviceUniqueName, List<MetricsCategory> categories) - Specified by:
getMetricsByCategoriesin interfaceMetricsService
-
getMetricsByCategories
public Map<MetricsCategory,List<MetricsEntity>> getMetricsByCategories(String serviceUniqueName, String methodName, Class<?>[] parameterTypes, List<MetricsCategory> categories) - Specified by:
getMetricsByCategoriesin interfaceMetricsService
-