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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonIterationComplete()Called from VersionGarbageCollector when a fullGC iteration completes.
-