Interface MetricsReporter


  • public interface MetricsReporter
    Interface of reporter that reports all metrics value to third party monitor.
    • Method Detail

      • startReport

        void startReport()
        Starts to report a set of metrics to the monitoring server.
      • stopReport

        void stopReport()
        Stops reporting metrics.
      • restartReport

        void restartReport()
        Restarts metrics reporter.
      • notifyMetricsChange

        void notifyMetricsChange()
        Notifies the changes on metric registry.