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 a while dnsdist provides negative real-memory-usage if queried over built-in webserver.
Negative value after about 3 days run time:
curl --silent -H 'X-API-Key: xxxxxx' http://127.0.0.1:7070/api/v1/servers/localhost/statistics | jsonpretty | grep -A2 real-memory-usage "name": "real-memory-usage", "type": "StatisticItem", "value": -1715232768
While dumpStats() shows still the correct value:
dnsdist -e "dumpStats()" | grep real-memory-usage empty-queries 19799 real-memory-usage 6874710016
Correct value for real-memory-usage metric
Wrong and negative value
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Short description
After a while dnsdist provides negative real-memory-usage if queried over built-in webserver.
Environment
Steps to reproduce
Negative value after about 3 days run time:
While dumpStats() shows still the correct value:
Expected behaviour
Correct value for real-memory-usage metric
Actual behaviour
Wrong and negative value
Other information
Usecase
Description
The text was updated successfully, but these errors were encountered: