Interface JvmMetricsCollector

All Known Implementing Classes:
JvmMetricsCollectorBase

public interface JvmMetricsCollector
Collects metrics from the current JVM.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Collect and report this collector's suite of metrics.
  • Method Details

    • collect

      void collect()
      Collect and report this collector's suite of metrics.

      This method may be called from a different thread on each invocation. It should never throw and instead report exceptions via the error callback.