Class ConsoleReporterFactory

    • Constructor Detail

      • ConsoleReporterFactory

        public ConsoleReporterFactory()
    • Method Detail

      • getTimeZone

        public TimeZone getTimeZone()
      • setTimeZone

        public void setTimeZone​(TimeZone timeZone)
      • build

        public com.codahale.metrics.ScheduledReporter build​(com.codahale.metrics.MetricRegistry registry)
        Description copied from interface: ReporterFactory
        Configures and builds a ScheduledReporter instance for the given registry.
        Parameters:
        registry - the metrics registry to report metrics from.
        Returns:
        a reporter configured for the given metrics registry.