Class MetricsExporter

java.lang.Object
io.jenkins.plugins.dorametrics.store.MetricsExporter

public class MetricsExporter extends Object
Builds metrics snapshots and delegates upload to the configured storage backend. Upload logic lives in each ExportStorageConfig implementation, not here.
  • Constructor Details

    • MetricsExporter

      public MetricsExporter()
  • Method Details

    • exportDailySnapshot

      public static void exportDailySnapshot()
      Export a daily snapshot of metrics to the configured storage backend.
    • exportFullDump

      public static String exportFullDump(int days)
      Export a full dump for testing/debugging.