Hello ZeroMQ devs and users, I am trying to add some instrumentation in my code so it starts sending stats to some time series database. Basically from a socket pair what I'm interested in are: 1. Number of messages received every minute 2. Number of messages sent to worker threads 3. Count of pending messages
I thought this is a common problem and there would be an existing pattern, but couldn't find anything online. What do you do to collect stats from zmq sockets? Thanks for your help. -- Vikas.
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
