-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
Description
A prerequisites for using WebSphereLibertyTrace custom resource
The Liberty server must allow configuration drop-ins. The following configuration must not be set on the server. Otherwise, a WebSphereLibertyTrace operation does not work on the server.
<config updateTrigger="disabled"/>
<config updateTrigger="disabled"/> is set to reduce idle CPU time
My request
- Allow for servers to always have
<config updateTrigger="disabled"/>for the performance gains - When WebSphere Liberty Operator enables trace on a Liberty server with
<config updateTrigger="disabled"/>, WLO will remove<config updateTrigger="disabled"/>from the server to allow for tracing to work. - When WLO turns off trace on the server,
<config updateTrigger="disabled"/>is enabled again to get the performance gains.
Reactions are currently unavailable