cryostatio / cryostat-legacy

OUTDATED - See the new repository below! -- Secure JDK Flight Recorder management for containerized JVMs
https://github.com/cryostatio/cryostat
Other
222 stars 31 forks source link

[Task] DefaultPlatformClient should support discovery by jvmstat/hsperfdata #281

Open andrewazores opened 3 years ago

andrewazores commented 3 years ago

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, which may be adaptable to our platform client.

andrewazores commented 2 years ago

Related to #936