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
In tomcat plugin, we will invoke messageBytesToString method for multiple times. Each invocation costs around 0.06% CPU.
Do we have to instrument org.apache.catalina.connector.CoyoteAdapter#service method? We might be able to avoid frequent ·messageBytesToString· operations by instrumenting org.apache.catalina.core.StandardHostValve#invoke
The text was updated successfully, but these errors were encountered:
In tomcat plugin, we will invoke
messageBytesToString
method for multiple times. Each invocation costs around 0.06% CPU.Do we have to instrument
org.apache.catalina.connector.CoyoteAdapter#service
method? We might be able to avoid frequent ·messageBytesToString· operations by instrumentingorg.apache.catalina.core.StandardHostValve#invoke
The text was updated successfully, but these errors were encountered: