Class ClientSystemMetricChecker

  • Constructor Details

    • ClientSystemMetricChecker

      public ClientSystemMetricChecker(NBComponent parent, NBLabels additionalLabels, int pollIntervalSeconds)
  • Method Details

    • addMetricToCheck

      public void addMetricToCheck(NBMetricGauge gauge, Double threshold)
    • addRatioMetricToCheck

      public void addRatioMetricToCheck(NBMetricGauge numerator, NBMetricGauge denominator, Double threshold, boolean retainPrev)
    • start

      public void start()
    • shutdown

      public void shutdown()