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
After #341 callbacks don't reset too. It seems like an unexpected behavior.
At least with cartridge, because each:
myapp.router> require("cartridge.roles").reload() myapp.router> metrics = require("metrics")
adds 16 callbacks to:
metrics/metrics/registry.lua
Line 13 in b17a323
16, 32, 48...
Old callbacks may be outdated or use outdated data. If we call them, it can lead to unexpected errors.
The text was updated successfully, but these errors were encountered:
Let's reset callbacks
Sorry, something went wrong.
yngvar-antonsson
Successfully merging a pull request may close this issue.
After #341 callbacks don't reset too. It seems like an unexpected behavior.
At least with cartridge, because each:
adds 16 callbacks to:
metrics/metrics/registry.lua
Line 13 in b17a323
16, 32, 48...
Old callbacks may be outdated or use outdated data. If we call them, it can lead to unexpected errors.
The text was updated successfully, but these errors were encountered: