How to Collect Job Latency

We are using hangfire and we are able to collect some metrics, like enqueue or in process, through hangfire sdk.
The challenge now is to find a way to collect the hangfire processed job’s detailed information, more precisely the latency.
Can someone tell me if it’s possible and how?

br

1 Like