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
It appears to be copied from the Gauge event, which does not look like the correct logic for GaugeDelta.
The text was updated successfully, but these errors were encountered:
hey Matthew, should I simply delete this line? https://github.com/quipo/statsd/blob/master/event/gaugedelta.go#L34
Sorry, something went wrong.
Yes I think that's the correct fix.
If the delta value is negative, it can be sent as is.
If the delta value is positive it needs to have the '+' added or it will set the value of the gauge instead of applying a delta.
issue #23: GaugeDelta event should not send an absolute value of 0; c…
d39016b
…ompile-time assertion to verify default events implement the Event interface; added tests
No branches or pull requests
It appears to be copied from the Gauge event, which does not look like the correct logic for GaugeDelta.
The text was updated successfully, but these errors were encountered: