Package org.apache.sling.commons.metrics
Class MetricsServiceFactory
java.lang.Object
org.apache.sling.commons.metrics.MetricsServiceFactory
Utility that provides a MetricsService to any class that
has been loaded from an OSGi bundle.
This is meant to make it as easy to access the MetricsService
as it is to get a Logger, for example.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MetricsService
getMetricsService
(Class<?> c) Provide a MetricsService mapped to the Bundle that loaded class c
-
Constructor Details
-
MetricsServiceFactory
public MetricsServiceFactory()
-
-
Method Details
-
getMetricsService
Provide a MetricsService mapped to the Bundle that loaded class c- Parameters:
c
- a Class loaded by an OSGi bundle- Returns:
- a MetricsService
-