I have somewhere a bottleneck in a chain of nodes. So I would like to inject a message in that chain of nodes, and measure the process timing of that message in each node of that chain. I.e. how long it takes for every node to process that message. I don't want to get overwhelmed by other timing information from other nodes in my flow:
Was wondering what is the best way to do that: via metrics, via the flow debugger perhaps, ...
Thanks for providing this, @Steve-Mcl ! I've been curious about processing time in a couple of my flows but hadn't gotten around to finding a way to show it.
Hey @Bobo,
Not exactly, since I developed that node to measure the speed of messages. I.e. how many messages pass per time unit. But now I want to determine which node in a chain of nodes is the bottleneck.
The subflow from @Steve-Mcl will do the job.