Commit 7b492fb6 authored by Paul Asmuth's avatar Paul Asmuth
Browse files

Revert "ulm_stats"

This reverts commit 3120888b.
parent 3120888b
Loading
Loading
Loading
Loading
+8 −9
Original line number Diff line number Diff line
@@ -104,14 +104,13 @@ 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 ]
  }


  widget 'Overview', {
    :title => "User-Activity",
    :type => :timeline,
@@ -120,11 +119,11 @@ 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 ]
  }