Question
We are attempting to get performance metrics with Enable-PodeRequestLogging however, the timestamp on the payload looks to be post request/response completion. It seems like I would need to modify the listener code to start a stopwatch when it awaits the task and set the result somewhere so it can be used in endware.
Any suggestions?
Question
We are attempting to get performance metrics with
Enable-PodeRequestLogginghowever, the timestamp on the payload looks to be post request/response completion. It seems like I would need to modify the listener code to start a stopwatch when it awaits the task and set the result somewhere so it can be used in endware.Any suggestions?