How many events my worker has processed on given time interval?

Hello,

Is there any way to find how many events that given worker has processed in a given time interval?

I’m aware that events are not standard, some might take longer to process than others but I need an estimate.

If you are using rabbitmq as broker, you can do a rough estimation based on the ack rate of each worker.