pankaj

javadoc

...@@ -59,6 +59,14 @@ interface MetricsService { ...@@ -59,6 +59,14 @@ interface MetricsService {
59 MetricsFeature feature, 59 MetricsFeature feature,
60 String metricName); 60 String metricName);
61 61
62 + /**
63 + * Creates a Meter metric.
64 + *
65 + * @param component component the Meter is defined in
66 + * @param feature feature the Meter is defined in
67 + * @param metricName local name of the metric
68 + * @return the created Meter Metric
69 + */
62 Meter createMeter(MetricsComponent component, 70 Meter createMeter(MetricsComponent component,
63 MetricsFeature feature, 71 MetricsFeature feature,
64 String metricName); 72 String metricName);
......