Package com.netcracker.profiler.metrics
Class MetricsPluginImpl
java.lang.Object
com.netcracker.profiler.metrics.MetricsPluginImpl
- All Implemented Interfaces:
com.netcracker.profiler.agent.MetricsPlugin
public class MetricsPluginImpl
extends Object
implements com.netcracker.profiler.agent.MetricsPlugin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcreateSystemMetrics(List<com.netcracker.profiler.agent.MetricsDescription> metricsDescriptions) com.netcracker.profiler.agent.MetricgetMetric(com.netcracker.profiler.agent.MetricType metricType, String callType, Map<String, String> aggregationParameters) com.netcracker.profiler.agent.MetricgetOrCreateMetric(com.netcracker.profiler.agent.MetricType metricType, String callType, HashSet<AggregationParameter> aggregationParameters, boolean isCustom, Map<String, String> metricParameters, int outputVersion) void
-
Constructor Details
-
MetricsPluginImpl
public MetricsPluginImpl()
-
-
Method Details
-
getMetric
public com.netcracker.profiler.agent.Metric getMetric(com.netcracker.profiler.agent.MetricType metricType, String callType, Map<String, String> aggregationParameters) - Specified by:
getMetricin interfacecom.netcracker.profiler.agent.MetricsPlugin
-
getOrCreateMetric
-
getMetrics
-
resetMetrics
public void resetMetrics() -
createSystemMetrics
public void createSystemMetrics(List<com.netcracker.profiler.agent.MetricsDescription> metricsDescriptions)
-