Class MetricsReporter

  • All Implemented Interfaces:
    AutoCloseable

    public class MetricsReporter
    extends Object
    implements AutoCloseable
    Maintains metrics registry that is provided to reporters. At the moment only one reporter exists JmxReporter. More reporters can be added.

    The consumers of this class will only be interested in MetricsRegistry where metrics for that consumer gets stored.

    • Method Detail

      • getMetricsRegistry

        public com.codahale.metrics.MetricRegistry getMetricsRegistry()