Skip to content

Commit

Permalink
merged PR #95, #93 and #85
Browse files Browse the repository at this point in the history
  • Loading branch information
asmuth committed Jan 16, 2013
1 parent fb18cb1 commit 4609cff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions readme.md
Expand Up @@ -25,7 +25,7 @@ FnordMetric.namespace :myapp do
# timeline+plot and punchcard
timeseries_gauge :unicorns_seen_per_hour,
:resolution => 5.minutes,
:title => "Unicorns seenper Hour",
:title => "Unicorns seen per Hour",
:punchcard => true,
:series => [:num_unicorns]

Expand Down Expand Up @@ -94,7 +94,7 @@ FnordMetric.namespace :myapp do
timeseries_gauge :number_of_signups,
:group => "My Group",
:title => "Number of Signups",
:key_nouns => ["Singup", "Signups"],
:key_nouns => ["Signup", "Signups"],
:series => [:via_twitter, :via_facebook],
:resolution => 2.minutes

Expand Down Expand Up @@ -140,7 +140,7 @@ FnordMetric.namespace :myapp do

gauge :pageviews_daily_unique, :tick => 1.day.to_i, :unique => true, :title => "Unique Visits (Daily)"
gauge :pageviews_hourly_unique, :tick => 1.hour.to_i, :unique => true, :title => "Unique Visits (Hourly)"
gauge :pageviews_monthly_unique, :tick => 40.days.to_i, :unique => true, :title => "Unique Visits (Month)"
gauge :pageviews_monthly_unique, :tick => 40.days.to_i, :unique => true, :title => "Unique Visits (Monthly)"

gauge :messages_sent, :tick => 1.day.to_i, :title => "Messages (sent)"
gauge :messages_read, :tick => 1.day.to_i, :title => "Messages (read)"
Expand Down Expand Up @@ -185,7 +185,7 @@ FnordMetric.namespace :myapp do


widget 'TechStats', {
:title => "Events/Second",
:title => "Events per Second",
:type => :timeline,
:width => 50,
:gauges => :events_per_second,
Expand Down

0 comments on commit 4609cff

Please sign in to comment.