Open
Description
This library provides awesome features and functionalities and it is probably the most powerful Go client for Redis. However, in terms of observability, I can see there is only a prometheus
collector for pool metrics. I am missing metrics at the commands level, which are very useful when troubleshooting and analysing the operations taking place in the Redis:
- Histogram of duration of the commands
- Counter of errors
Even if there is some other project adding the metrics through a hook, I'd like to discuss if this is something planned to be added to the project or if it has been discarded for any reason.