Andrew Azores
Andrew Azores
https://github.com/cryostatio/jfr-datasource/issues/83 The latest jfr-datasource image uses an updated Quarkus version, which limits the maximum HTTP body upload size to only 10M. This is too small for Cryostat's purposes. The jfr-datasource...
Does it make sense to create a simpler, more "streamlined" feeling (un)installer script for setting up the Operator? This would be useful for us in the interim before we're published...
See https://github.com/cryostatio/cryostat-grafana-dashboard/issues/25
https://github.com/moditect/jfr-analytics We should look into this project and see if it's useful (easier/faster to implement queries, more performant, any other advantages) to use.
### Current Behavior When deploying Cryostat and applications using the Cryostat Agent, there is a bug in the Agent registration refresh system. https://github.com/cryostatio/cryostat/blob/727d14bbed2131eccd44f01dd23306d01e49279d/src/main/resources/application.properties#L7 https://github.com/cryostatio/cryostat/blob/727d14bbed2131eccd44f01dd23306d01e49279d/src/main/java/io/cryostat/discovery/Discovery.java#L275 When the discovery ping period is...
### Current Behavior When attempting to create a new recording on a target application, Cryostat responded with an HTTP 504 Gateway Timeout response and the recording was not created. The...
### Describe the feature Since https://github.com/cryostatio/cryostat3/pull/352 CI only runs for JDK 17, since there are compatibility issues with JDK 21 arising in these newer releases. Our actual distributed builds are...
# Welcome to Cryostat3! 👋 ## Before contributing, make sure you have: * [x] Read the [contributing guidelines](https://github.com/cryostatio/cryostat3/blob/main/CONTRIBUTING.md) * [x] Linked a relevant issue which this PR resolves * [x]...
### Describe the feature https://github.com/google/cel-java https://github.com/projectnessie/cel-java Cryostat 3.0 and the Cryostat Agent are currently using the Project Nessie `cel-java` implementation. There is also the Google implementation which was more recently...
The `pom.xml` definitions for the dependency versions pulled in for AWS SDK/S3 client support etc. need to be either changed for a different BOM, or the BOM removed and each...