Class VitamMetrics


  • public class VitamMetrics
    extends java.lang.Object
    A basic class that acts as a container between a VitamMetricRegistry and a ScheduledReporter. This class provides an access to the VitamMetricRegistry and the possibility to start/stop the reporting.
    • Method Detail

      • isReporting

        public boolean isReporting()
        Indicates whether or not this VitamMetrics is currently reporting.
        Returns:
        boolean
      • start

        public final void start()
        Start the reporting.
      • stop

        public final void stop()
        Stop the reporting.