We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We have a need to collect and report metrics of Null/Zero results of functions (for example if a document wasn't found in DB).
It's suggested to add a metric for this type of scenario.
Currently, we're wrapping our monitored functions, raising a metric for zero values. This logic makes exception handling more complicated.
The text was updated successfully, but these errors were encountered:
adisoluto
No branches or pull requests
We have a need to collect and report metrics of Null/Zero results of functions (for example if a document wasn't found in DB).
It's suggested to add a metric for this type of scenario.
Currently, we're wrapping our monitored functions, raising a metric for zero values. This logic makes exception handling more complicated.
The text was updated successfully, but these errors were encountered: