Skip to content
New issue

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

Incremental gauge types #646

Open
UserNoOne opened this issue Nov 28, 2023 · 0 comments
Open

Incremental gauge types #646

UserNoOne opened this issue Nov 28, 2023 · 0 comments

Comments

@UserNoOne
Copy link

statsd support incremental gauges types rather then setting value we pass https://github.com/statsd/statsd/blob/master/docs/metric_types.md#gauges

gaugor:333|g

gaugor:-10|g

gaugor:+4|g

So if gaugor was 333, those commands would set it to 333 - 10 + 4, or 327

In gostatsd, I always see latest value(i.e. +4) instead of "327". Any plan to support similar feature in gostatsd as well ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant