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

Inaccurate gauges #7

Open
Caddarik opened this issue Oct 18, 2018 · 0 comments
Open

Inaccurate gauges #7

Caddarik opened this issue Oct 18, 2018 · 0 comments

Comments

@Caddarik
Copy link

Caddarik commented Oct 18, 2018

Fragments = lists:foldl(

Gauge data are associated with timestamp in second if several updates occurred within the same timestamp graphite will interpret the first update as the last one because the list is reversed when building gauges report. It could be solved by using lists:foldr/3 instead of lists:foldl/3 when building the Fragments in estatsd_server:do_report_gauges/1.

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