Commit 3120888b authored by Paul Asmuth's avatar Paul Asmuth
Browse files

ulm_stats

parent cf1ca923
Loading
Loading
Loading
Loading
+9 −8
Original line number Diff line number Diff line
@@ -104,13 +104,14 @@ FnordMetric.namespace :ulikeme do
  }

  widget 'Overview', {
    :title => "RockYou Campaign (12/11) Metrics",
    :type => :numbers,
    :width => 33,
    :title => "Top Pages",
    :type => :toplist,
    :autoupdate => 20,
    :gauges => [ :rockyou1_ppis, :rockyou1_refs, :rockyou1_requests ]
    :width => 33,
    :gauges => [ :pageviews_per_url_daily, :pageviews_per_url_monthly ]
  }


  widget 'Overview', {
    :title => "User-Activity",
    :type => :timeline,
@@ -119,11 +120,11 @@ FnordMetric.namespace :ulikeme do
  }

  widget 'Overview', {
    :title => "Top Pages",
    :type => :toplist,
    :autoupdate => 20,
    :title => "RockYou Campaign (12/11) Metrics",
    :type => :numbers,
    :width => 33,
    :gauges => [ :pageviews_per_url_daily, :pageviews_per_url_monthly ]
    :autoupdate => 20,
    :gauges => [ :rockyou1_ppis, :rockyou1_refs, :rockyou1_requests ]
  }