Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upNo way to monitor cache error rates #70
Closed
Comments
This comment has been minimized.
This comment has been minimized.
@kpdecker maybe we can start by adding some emitted events. |
This comment has been minimized.
This comment has been minimized.
Errors are now surfaced to the callback via #136. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using
getOrGenerate
, there is no way to monitor cache error rates, performance, etc as theset
call's handler is eventually pushed toHoek.ignore
.There should be some way of exposing catbox errors at any point in the system and ideally there would be generic ops-level tracking so things like the delay for set calls, etc can be tracked upstream.