Class LocalMetricRegistry

java.lang.Object
com.codahale.metrics.MetricRegistry
org.graylog2.plugin.LocalMetricRegistry
All Implemented Interfaces:
com.codahale.metrics.Metric, com.codahale.metrics.MetricSet

public class LocalMetricRegistry extends com.codahale.metrics.MetricRegistry
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.codahale.metrics.MetricRegistry

    com.codahale.metrics.MetricRegistry.MetricSupplier<T extends com.codahale.metrics.Metric>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class com.codahale.metrics.MetricRegistry

    addListener, buildMap, counter, counter, gauge, getCounters, getCounters, getGauges, getGauges, getHistograms, getHistograms, getMeters, getMeters, getMetrics, getNames, getTimers, getTimers, histogram, histogram, meter, meter, name, name, register, registerAll, registerAll, remove, removeListener, removeMatching, timer, timer

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • LocalMetricRegistry

      public LocalMetricRegistry()