-
Notifications
You must be signed in to change notification settings - Fork 121
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
Double send measurements #107
Comments
Same here: {exometer, [
{predefined, [
{[node, height], gauge, []},
{[rps], spiral, [{time_span, 1000}]}
]},
{report, [
{reporters, [
{exometer_report_lager, [{type_map, [{'_', integer}]}]}
]},
{subscribers, [
{select, {[{{[node, height], gauge, '_'}, [], ['$_']}], exometer_report_lager, value, 5000}},
{select, {[{{[rps], spiral, '_'}, [], ['$_']}], exometer_report_lager, [count, one], 5000}}
]}
]}
]}
|
Have you checked again with the latest version? |
I see, fixed in master. Thank you. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See PR #106
I found that the measurements are sent 2 times with the same timestamp. To find this bug I configured some predefined measurements, I sent it via statsd subscriber and I set the level of logger to debug. In this way I found that the measurements are sent 2 times on the same seconds (I set the interval to 5 seconds):
The text was updated successfully, but these errors were encountered: