Andrew Azores
Andrew Azores
Parent https://github.com/cryostatio/cryostat/issues/945 There should be an at-a-glance view for Automated Analysis reports scores embeddable in the cryostat-web Dashboard view. Rather than using the JMC-generated full-fledged HTML rules report, this should...
Depends on https://github.com/cryostatio/cryostat-core/issues/128 The machine-processable automated analysis results should be exposed in the HTTP API as an endpoint's JSON response.
Related to #274 - when ported to Quarkus, Nashorn should definitely be dropped in favour of Graal/Mandrel's implementation. Can the downstream product depend on the GraalVM impl below? Nashorn was...
When do I know if I should update the v1 vs. v2 handlers or both? In my mind, this is a newer feature so it would make more sense to...
This repo and `cryostat-reports` at least both use the "semantic labels" CI check and automated "release drafter". These repos configs, and any other relevant ones, should be updated to add...
We have some exceptions that are intentionally emitted when certain preconditions, like filesystems permissions checks, fail. These are generally implemented as a `RuntimeException` thrown by a `@Provides` method in various...
As a user, I would like to be able to see the size of archived recording files in the web UI. This can help me figure how long report generation...
Related to https://github.com/cryostatio/cryostat-web/issues/442 Here's one set of possible reproduction steps: ``` $ https :8181/api/beta/graphql?query="query{ targetNodes(filter: { annotations: \"PORT == 9091\" }) { doStartRecording(recording: { name: \"test\", duration: 30, template: \"Profiling\",...
Currently, the DefaultPlatformClient only supports discovery of targets by using JDP. This should be extended to also include targets from the `sun.jvmstat.monitor` API. JMC does this in `LocalJVMToolkit`, for reference,...
We should support some kind of on-disk compression for archived recordings to save disk space. Here's a blog that looks at the topic of compressing JFR binaries using various compression...