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
A gauge should be in/decreaseable. Instantiating somegauge with 5, adding 50 and 500...
# echo "somegauge:+5|g" |nc -u 127.0.0.1 8125 # echo "somegauge:+50|g" |nc -u 127.0.0.1 8125 # echo "somegauge:+500|g" |nc -u 127.0.0.1 8125
...should sum up to 555. But the previous value is overwritten instead.
# whisper-fetch /var/lib/carbon/whisper/stats/somegauge.wsp |grep -v None 1388752330 5.000000 1388752340 50.000000 1388752345 500.000000
Would be awesome if this behavior could be added, I am desperatly looking for a more performant version then the original... :)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
A gauge should be in/decreaseable.
Instantiating somegauge with 5, adding 50 and 500...
...should sum up to 555. But the previous value is overwritten instead.
Would be awesome if this behavior could be added, I am desperatly looking for a more performant version then the original... :)
The text was updated successfully, but these errors were encountered: