You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have implemented my own probe which is inherited from spiral and divides value by time_span hence returned value is float, I configured an aggregation and see no values computed.
After some research I found that there is a check for is_integer in aggr_acc([{D,V}|T], Acc) function. After I changed it to is_number it works. Do you think it worth fixing?
I have implemented my own probe which is inherited from spiral and divides value by
time_span
hence returned value is float, I configured an aggregation and see no values computed.After some research I found that there is a check for
is_integer
inaggr_acc([{D,V}|T], Acc)
function. After I changed it tois_number
it works. Do you think it worth fixing?exometer_core/src/exometer.erl
Line 841 in 588da23
The text was updated successfully, but these errors were encountered: