gemhome / fnordmetric

(possible new home for) FnordMetric is a redis/ruby-based realtime Event-Tracking app
0 stars 1 forks source link

duplicate gauges in dropdown in simple example? #47

Open bf4 opened 10 years ago

bf4 commented 10 years ago

Issue by mcfiredrill Saturday Mar 16, 2013 at 02:26 GMT Originally opened as https://github.com/paulasmuth/fnordmetric/issues/135


I'm trying out the simple-example.rb, and sending data with curl. It looks like multiple results are returned for the same gauge in the dropdown menu, perhaps one for each event sent? fnord

bf4 commented 10 years ago

Comment by skorfmann Saturday Mar 16, 2013 at 03:47 GMT


Had the same issue. due to other bugs in the gauge explorer I disabled it entirely.

On Saturday, March 16, 2013, Tony Miller wrote:

I'm trying out the simple-example.rb, and sending data with curl. It looks like multiple results are returned for the same gauge in the dropdown menu, perhaps one for each event sent? [image: fnord]https://f.cloud.github.com/assets/66243/266271/ce56cf54-8de0-11e2-9161-3736f6febdf3.png

— Reply to this email directly or view it on GitHubhttps://github.com/paulasmuth/fnordmetric/issues/135 .

bf4 commented 10 years ago

Comment by JangoSteve Thursday Jul 11, 2013 at 02:45 GMT


I also had this same issue. Sometimes it'd do this after I clicked one of the gauges. It seemed to only happen when I was trying to log events with data that FnordMetric didn't fully understand (like _time values that weren't proper unix timestamps or _session values that were integers instead of strings). I'm not completely sure though, as those things were difficult to find and debug in themselves.

bf4 commented 10 years ago

Comment by sheerun Sunday Sep 22, 2013 at 21:42 GMT


What's the status?