Class NamedMetricSet


  • public class NamedMetricSet
    extends Object
    • Constructor Detail

      • NamedMetricSet

        public NamedMetricSet​(com.codahale.metrics.MetricSet metricSet,
                              String name,
                              String description)
    • Method Detail

      • getName

        public String getName()
      • hasDescription

        public boolean hasDescription()
      • getDescription

        public String getDescription()
      • toMetricRegistry

        public com.codahale.metrics.MetricRegistry toMetricRegistry()
      • getNamedMetricSetsInContext

        public static List<NamedMetricSet> getNamedMetricSetsInContext​(org.osgi.framework.BundleContext bundleContext)