Remove metrics with empty data#3638
Conversation
Because empty data cannot be considered an error.
|
Hi, I’m Jit, a friendly security platform designed to help developers build secure applications from day zero with an MVS (Minimal viable security) mindset. In case there are security findings, they will be communicated to you as a comment inside the PR. Hope you’ll enjoy using Jit. Questions? Comments? Want to learn more? Get in touch with us. |
|
@fengve thank you for contributing, do you think it makes sense to have this as a separate status - |
|
Generally, we consider an empty value to be a correct state because it is not an error in the Redis protocol. When we use Redis for caching(pseudocode): |
|
@fengve i agree with you that |
Better differentiation between values, null values, and errors.
|
You're right, this makes it easier to distinguish states. I've added the nil state. |
ndyakov
left a comment
There was a problem hiding this comment.
i do think this looks better, thank you
Because empty data cannot be considered an error.