You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When allowing ContainerJFR to detect the runtime platform automatically, the PlatformClient implementation is start()ed once by the PlatformModule. However, if the platform is specified manually with the env var CONTAINER_JFR_PLATFORM, then the client is never started. This currently leads to broken async target discovery, since that is the only behaviour enabled when starting the platform clients.
The text was updated successfully, but these errors were encountered:
When allowing ContainerJFR to detect the runtime platform automatically, the
PlatformClient
implementation isstart()
ed once by thePlatformModule
. However, if the platform is specified manually with the env varCONTAINER_JFR_PLATFORM
, then the client is never started. This currently leads to broken async target discovery, since that is the only behaviour enabled when starting the platform clients.The text was updated successfully, but these errors were encountered: