Class MetricsConfig


  • public class MetricsConfig
    extends Object
    • Field Detail

      • NOOP_IMPL_CLASS

        public static final String NOOP_IMPL_CLASS
        Symbolic name to use as plugin class name for no-op implementations.
        See Also:
        Constant Field Values
    • Method Detail

      • isEnabled

        public boolean isEnabled()
      • getMetricReporters

        public PluginInfo[] getMetricReporters()
      • getNullNumber

        public Object getNullNumber()
      • getNotANumber

        public Object getNotANumber()
      • getNullString

        public Object getNullString()
      • getNullObject

        public Object getNullObject()
      • getHiddenSysProps

        public Set<String> getHiddenSysProps()
      • getCounterSupplier

        public PluginInfo getCounterSupplier()
      • getMeterSupplier

        public PluginInfo getMeterSupplier()
      • getTimerSupplier

        public PluginInfo getTimerSupplier()
      • getHistogramSupplier

        public PluginInfo getHistogramSupplier()