Skip to content

Commit

Permalink
chore(reports): remove HTML-based generation and transformers (#261)
Browse files Browse the repository at this point in the history
* chore(reports): remove HTML-based generation and transformers

* restructure analysis result for separate fields

* remove JFR event types
  • Loading branch information
andrewazores authored Sep 27, 2023
1 parent 27dfa98 commit c1545d9
Show file tree
Hide file tree
Showing 6 changed files with 82 additions and 923 deletions.
5 changes: 0 additions & 5 deletions src/main/java/io/cryostat/core/CryostatCore.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
import java.util.logging.LogManager;

import io.cryostat.core.jmc.SecurityManager;
import io.cryostat.core.reports.InterruptibleReportGenerator.ReportRuleEvalEvent;

import jdk.jfr.FlightRecorder;

public class CryostatCore {
private CryostatCore() {}
Expand All @@ -37,7 +34,5 @@ public static void initialize() throws IOException {
LogManager.getLogManager()
.updateConfiguration(config, k -> ((o, n) -> o != null ? o : n));
}

FlightRecorder.register(ReportRuleEvalEvent.class);
}
}
Loading

0 comments on commit c1545d9

Please sign in to comment.