Uses of Enum
org.apache.dubbo.metrics.model.MetricsCategory
Packages that use MetricsCategory
Package
Description
-
Uses of MetricsCategory in org.apache.dubbo.metrics.data
Methods in org.apache.dubbo.metrics.data with parameters of type MetricsCategoryModifier and TypeMethodDescriptionApplicationStatComposite.export(MetricsCategory category) BaseStatComposite.export(MetricsCategory category) MethodStatComposite.export(MetricsCategory category) RtStatComposite.export(MetricsCategory category) ServiceStatComposite.export(MetricsCategory category) -
Uses of MetricsCategory in org.apache.dubbo.metrics.model
Methods in org.apache.dubbo.metrics.model that return MetricsCategoryModifier and TypeMethodDescriptionstatic MetricsCategoryReturns the enum constant of this type with the specified name.static MetricsCategory[]MetricsCategory.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MetricsCategory in org.apache.dubbo.metrics.model.sample
Methods in org.apache.dubbo.metrics.model.sample that return MetricsCategoryMethods in org.apache.dubbo.metrics.model.sample with parameters of type MetricsCategoryConstructors in org.apache.dubbo.metrics.model.sample with parameters of type MetricsCategoryModifierConstructorDescriptionCounterMetricSample(String name, String description, Map<String, String> tags, MetricsCategory category, T value) CounterMetricSample(MetricsKeyWrapper metricsKeyWrapper, Map<String, String> tags, MetricsCategory category, T value) GaugeMetricSample(String name, String description, Map<String, String> tags, MetricsCategory category, String baseUnit, T value, ToDoubleFunction<T> apply) GaugeMetricSample(String name, String description, Map<String, String> tags, MetricsCategory category, T value, ToDoubleFunction<T> apply) GaugeMetricSample(MetricsKey metricsKey, Map<String, String> tags, MetricsCategory category, T value, ToDoubleFunction<T> apply) GaugeMetricSample(MetricsKeyWrapper metricsKeyWrapper, Map<String, String> tags, MetricsCategory category, T value, ToDoubleFunction<T> apply) MetricSample(String name, String description, Map<String, String> tags, MetricSample.Type type, MetricsCategory category) MetricSample(String name, String description, Map<String, String> tags, MetricSample.Type type, MetricsCategory category, String baseUnit) -
Uses of MetricsCategory in org.apache.dubbo.metrics.report
Methods in org.apache.dubbo.metrics.report with parameters of type MetricsCategory -
Uses of MetricsCategory in org.apache.dubbo.metrics.service
Methods in org.apache.dubbo.metrics.service that return MetricsCategoryMethods in org.apache.dubbo.metrics.service that return types with arguments of type MetricsCategoryModifier and TypeMethodDescriptionMetricsService.getMetricsByCategories(String serviceUniqueName, String methodName, Class<?>[] parameterTypes, List<MetricsCategory> categories) Get metrics by interfacećmethod and prefixesMetricsService.getMetricsByCategories(String serviceUniqueName, List<MetricsCategory> categories) Get metrics by interface and prefixesMetricsService.getMetricsByCategories(List<MetricsCategory> categories) Get metrics by prefixesMethods in org.apache.dubbo.metrics.service with parameters of type MetricsCategoryMethod parameters in org.apache.dubbo.metrics.service with type arguments of type MetricsCategoryModifier and TypeMethodDescriptionMetricsService.getMetricsByCategories(String serviceUniqueName, String methodName, Class<?>[] parameterTypes, List<MetricsCategory> categories) Get metrics by interfacećmethod and prefixesMetricsService.getMetricsByCategories(String serviceUniqueName, List<MetricsCategory> categories) Get metrics by interface and prefixesMetricsService.getMetricsByCategories(List<MetricsCategory> categories) Get metrics by prefixesConstructors in org.apache.dubbo.metrics.service with parameters of type MetricsCategoryModifierConstructorDescriptionMetricsEntity(String name, Map<String, String> tags, MetricsCategory category, Object value)