Commit a46d6d54 authored by Paul Asmuth's avatar Paul Asmuth
Browse files

example

parent 939809d9
Loading
Loading
Loading
Loading
+12 −1
Original line number Diff line number Diff line
@@ -11,6 +11,18 @@ FnordMetric.namespace :ulm do
  gauge :messages_read, :tick => 1.day.to_i, :title => "Messages (read)"
  gauge :winks_sent, :tick => 1.day.to_i, :title => "Winks sent"


  gauge :gross_search_volume,
    :type => :numeric_timeseries,
    :tick => 30.seconds,
    :group => "Search",
    :title => "Gross Search Volume",
    :key_nouns => ["Search", "Searches"],
    :series => [:without_filter, :with_filter]
    #:enable_punchcard => true,
    #:enable_realtime => true


  widget 'Overview', {
    :title => "Yes/No/Skip-Votes",
    :type => :timeline,
@@ -23,7 +35,6 @@ FnordMetric.namespace :ulm do
    :gauges => [:skip_votes, :yes_votes, :maybe_votes]
  }


  widget 'Overview', {
    :title => "Messages sent/read",
    :type => :timeline,