Interface FullGCMetricsExporter

  • Type Parameters:
    T -
    All Superinterfaces:
    AutoCloseable, Closeable
    All Known Subinterfaces:
    FullGCMetricsExporterFixture<T>

    public interface FullGCMetricsExporter
    extends Closeable
    Exporter interface for setting dependency for VersionGarbageCollector that allows for export of fullGC metrics to Prometheus via pushgateway.
    • Method Detail

      • onIterationComplete

        void onIterationComplete()
        Called from VersionGarbageCollector when a fullGC iteration completes.