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

statsd input plugin: Use a single measurement with fields for timings #603

Conversation

marcinbunsch
Copy link
Contributor

Currently, taking a "mytiming" timing produces at least 5 measurements with the prefixes: _mean, _stddev, _upper, _lower, _count. Additionally, it creates more, depending on the percentile setup.

This PR changes the gathering of these metrics to store appropriate values in their respective fields. This makes sure we create only one measurement.

@sparrc
Copy link
Contributor

sparrc commented Jan 28, 2016

good idea, thanks @marcinbunsch

@sparrc sparrc closed this in 1f1384a Jan 28, 2016
@marcinbunsch
Copy link
Contributor Author

Happy to help! 😄

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

Successfully merging this pull request may close these issues.

None yet

2 participants