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
The registration of the linking metadata MBean happens in premain now.
We want to move this out of premain and instead start it up as part of the JMXService. This helps to remove the clutter (desire to keep premain simple/small) and helps to reduce risk around overall agent startup.
The text was updated successfully, but these errors were encountered:
The registration of the linking metadata MBean happens in premain now.
We want to move this out of premain and instead start it up as part of the JMXService. This helps to remove the clutter (desire to keep premain simple/small) and helps to reduce risk around overall agent startup.
The text was updated successfully, but these errors were encountered: