Andrew Azores

Results 164 issues of Andrew Azores

For Cryostat 2.2.0, we want to enhance the flexibility of the target discovery mechanism. Currently this is encapsulated in the [Platform Module](https://github.com/cryostatio/cryostat/blob/main/src/main/java/io/cryostat/platform/PlatformModule.java), in particular the [Platform Detection Strategy](https://github.com/cryostatio/cryostat/blob/main/src/main/java/io/cryostat/platform/internal/PlatformDetectionStrategy.java) and the...

question
high-priority
feat
needs-documentation

We should investigate if or how well Jolokia works as a JMX alternative for Cryostat. There may be users wishing to use Cryostat with applications that are already configured for...

question
needs-documentation

This is a high-level issue representing the desire to find non-JMX connection options. The frontrunner idea here is a Cryostat agent attached to the target JVMs, which may use a...

help wanted
feat
needs-documentation

Depends on https://github.com/cryostatio/jfr-datasource/issues/90 Currently, Cryostat simply sends a JFR file (either streamed from target JVM memory and re-written to the datasource, or uploaded from archived storage) to the jfr-datasource upon...

good first issue
feat
dependent

Related to https://github.com/cryostatio/cryostat/issues/879 GraphQL handler implementations are severely lacking unit tests.

high-priority
test

GraphQL for 2.1.0 is feature-complete after #872 is merged. We need upstream development-level docs for this feature, including an entry in `HTTP_API.md`. https://github.com/cryostatio/cryostat/pull/872#issuecomment-1088970909 It probably makes more sense to document...

high-priority
docs
needs-documentation

> I figured it out. There is an OkHttp Interceptor added in the DefaultOpenShiftClient to retry requests that fail authorization by finding a token or asking the server for a...

blocked
chore

Parent: https://github.com/cryostatio/cryostat/issues/937 Depends on https://github.com/cryostatio/cryostat/issues/942 Once we have a database available, the existing target discovery information we have should be stored and retrieved from that database, rather than being done...

high-priority
feat
dependent

Parent: https://github.com/cryostatio/cryostat/issues/937 Depends on https://github.com/cryostatio/cryostat/issues/941 Once we have determined what kind of database to use, we should add configuration to Cryostat to allow it to connect to such a database...

high-priority
feat
dependent

Depends on https://github.com/cryostatio/cryostat/issues/937 Parent: https://github.com/cryostatio/cryostat/issues/936 To serve parent 4 and 6, once we have a database of environment and target nodes, we should use the platform capabilities to listen for...

high-priority
feat
dependent