gemhome / fnordmetric

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

New Widget on Dashboard #84

Open bf4 opened 10 years ago

bf4 commented 10 years ago

Issue by Kozlov-V Saturday Jun 14, 2014 at 11:46 GMT Originally opened as https://github.com/paulasmuth/fnordmetric/issues/180


I`m add new widget:

require "fnordmetric"

FnordMetric.namespace :mytest do

gauge :bit_cache,
    :title => "Up Line cache"

  widget 'BitUp',
    :title => "Up line",
    :gauges => [:bit_cache],
    :type => :timeline,
    :width => 100,
    :autoupdate => 1

end

but it not view on Dashboard: screenshot

How it solved?