I had a gauge called pagevisits_per_user, which I later renamed to pagevisits_per_human.
However, the renaming, or removing of gauges with data leads to this error:
[12-09-27 16:21:48] [ERROR] reactor crashed: undefined method `field_values_at' for nil:NilClass
Any ideas how to fix this?
Edit: Seems this issue disappears when the next lot of events come in. Guess starting up the server isn't clearing obsolete data, only new events does?
Issue by KieranP Thursday Sep 27, 2012 at 04:24 GMT Originally opened as https://github.com/paulasmuth/fnordmetric/issues/99
I had a gauge called pagevisits_per_user, which I later renamed to pagevisits_per_human.
However, the renaming, or removing of gauges with data leads to this error:
Any ideas how to fix this?
Edit: Seems this issue disappears when the next lot of events come in. Guess starting up the server isn't clearing obsolete data, only new events does?