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
Riemann-redis will convert the redis run_id to a float, this can come out as Infinity in ruby.
The run_id is a "Random value identifying the Redis server (to be used by Sentinel and Cluster)".
Rather than change the value to a float, I'd like to set it to nil or 0 as I think that more accurately reflects the run_id (the actual value will still be saved in the description).
Anyone using this value as a metric? Happy for this change?
The text was updated successfully, but these errors were encountered:
I should also say, the infinity value causes exceptions in riemann:
2013-11-11_13:10:30.55487 WARN [2013-11-11 13:10:30,554] pool-1-thread-2 - riemann.streams - riemann.graphite$graphite$fn__15830@2891ffb4 threw
2013-11-11_13:10:30.55565 java.lang.IllegalArgumentException: Value out of range for float: Infinity
Riemann-redis will convert the redis run_id to a float, this can come out as Infinity in ruby.
The run_id is a "Random value identifying the Redis server (to be used by Sentinel and Cluster)".
Rather than change the value to a float, I'd like to set it to nil or 0 as I think that more accurately reflects the run_id (the actual value will still be saved in the description).
Anyone using this value as a metric? Happy for this change?
The text was updated successfully, but these errors were encountered: