Class MetricAnalyticsUtil
- java.lang.Object
-
- io.vertigo.core.impl.analytics.metric.MetricAnalyticsUtil
-
public final class MetricAnalyticsUtil extends Object
Implémentation de ReportingManager.- Author:
- pchretien
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<MetricDefinition>
createMetricDefinitions(String componentId, CoreComponent component, AopPlugin aopPlugin)
Registers all methods annotated with @Metricsstatic List<Metric>
getMetrics()
-
-
-
Method Detail
-
createMetricDefinitions
public static List<MetricDefinition> createMetricDefinitions(String componentId, CoreComponent component, AopPlugin aopPlugin)
Registers all methods annotated with @Metrics
-
-