Class MetricsServiceFactory


  • public class MetricsServiceFactory
    extends Object
    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 Detail

      • MetricsServiceFactory

        public MetricsServiceFactory()
    • Method Detail

      • getMetricsService

        public static MetricsService getMetricsService​(Class<?> c)
        Provide a MetricsService mapped to the Bundle that loaded class c
        Parameters:
        c - a Class loaded by an OSGi bundle
        Returns:
        a MetricsService