The previous implementation had problems when the "map_fields" and
"riemann_event" configuration options compete to set the value of
a Riemann event field. "riemann_event" should win, but was not winning.
Additionally, casting operations during event contruction could result
in strings being sent to Riemann where numbers are required. The "ttl"
field, in particular, had this problem.
The previous implementation had problems when the "map_fields" and "riemann_event" configuration options compete to set the value of a Riemann event field. "riemann_event" should win, but was not winning.
Additionally, casting operations during event contruction could result in strings being sent to Riemann where numbers are required. The "ttl" field, in particular, had this problem.
Fixes: #22 Fixes: #23