Class MetricsExporter
java.lang.Object
io.jenkins.plugins.dorametrics.store.MetricsExporter
Builds metrics snapshots and delegates upload to the configured storage backend.
Upload logic lives in each ExportStorageConfig implementation, not here.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidExport a daily snapshot of metrics to the configured storage backend.static StringexportFullDump(int days) Export a full dump for testing/debugging.
-
Constructor Details
-
MetricsExporter
public MetricsExporter()
-
-
Method Details
-
exportDailySnapshot
public static void exportDailySnapshot()Export a daily snapshot of metrics to the configured storage backend. -
exportFullDump
Export a full dump for testing/debugging.
-