Hey Folks,
Written small exporter to lookup for Redis Queue length.
As we were facing the unexpected raising in few Redis queues. We need to monitor this queue length behaviour to identify the issue. Also need to set alert if Queue length exceeded by some threshold.
So came up with this quick approach, Which actual works.
Your feedback would be highly appreciated.
Thanks