Interface MetricReporter

    • Method Detail

      • notifyOfAddedMetric

        void notifyOfAddedMetric​(Metric metric,
                                 String metricName,
                                 MetricGroup group)
        Called when a new Metric was added.
        Parameters:
        metric - the metric that was added
        metricName - the name of the metric
        group - the group that contains the metric
      • notifyOfRemovedMetric

        void notifyOfRemovedMetric​(Metric metric,
                                   String metricName,
                                   MetricGroup group)
        Called when a Metric was removed.
        Parameters:
        metric - the metric that should be removed
        metricName - the name of the metric
        group - the group that contains the metric