moonchen opened a new pull request, #13278:
URL: https://github.com/apache/trafficserver/pull/13278

   Add per-plugin metrics that allow us to track how much work each plugin is 
doing by counting their invocations, intercept bytes, and intercept transfers.
   
   Add proxy.process.plugin.<name>.{invocations,bytes, transfers}, keyed by the 
plugin DSO basename and bounded by the number of loaded plugins.
   
   Global plugins load via raw dlopen and previously carried no identity, so 
they are given a PluginThreadContext around TSPluginInit; the continuations 
they create then carry plugin identity the same way remap plugins already do.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to