lua time tracking

2018-10-01 Thread Patrick Hemmer
What are the thoughts around putting time tracking stats around LUA calls? Just really basic info like how long a request spent running LUA code. Similar to how we already have metrics for time spent in queue, connecting, waiting on response, etc. Currently I accomplish this manually by grabbing t

Re: lua time tracking

2018-10-01 Thread Willy Tarreau
Hi Patrick, On Mon, Oct 01, 2018 at 01:08:32PM -0400, Patrick Hemmer wrote: > What are the thoughts around putting time tracking stats around LUA > calls? Just really basic info like how long a request spent running LUA > code. Similar to how we already have metrics for time spent in queue, > conn