Re: Hook function meta data?

2021-03-24 Thread Mike Summers
Good idea, thanks for the pointer On Wed, Mar 24, 2021 at 8:01 AM Eric Covener wrote: > On Wed, Mar 24, 2021 at 8:50 AM Mike Summers wrote: > > > > I would like to have a single hook that runs before any one of a number > of > > predecessor modules, is there a way fo

Hook function meta data?

2021-03-24 Thread Mike Summers
I would like to have a single hook that runs before any one of a number of predecessor modules, is there a way for the hook to know which module it's running before? I don't see anything that looks like "hook meta data" in request_rec. Thanks.

Per module performance statistics?

2021-03-13 Thread Mike Summers
I'm working on a module that includes Apache in distributed tracing, I was wondering if there is a way to either gather performance metrics per module or add a pre/post hook per module for all loaded modules? I don't see anything in the scoreboard or hook docs that looks likely but that may be me.