Axon support to capture the total processing time for complete request processing

Hi Allard,
Is there any built in support provided to capture the processing time for a particular call flow which involves command handlers, saga event handlers and event handlers processing including time spent in command bus, event bus etc. We want to capture the complete processing time for the particular call flow, individual time spent by various command handlers and event handlers.

Thanks,
Vijaya

Hi Vijaya,

that’s not yet available. It’s on the roadmap to include in Axon 3, where you can get detailed timing information on different aspects of the infrastructure.
For now, your best solution would be to write wrappers around the commandbus, eventbus, etc that record time.

Cheers,

Allard