README.md in fnordmetric-0.6.2 vs README.md in fnordmetric-0.6.3
- old
+ new
@@ -73,11 +73,11 @@
gem install fnordmetric
or in your Gemfile:
- gem 'fnordmetric', '~> 0.5'
+ gem 'fnordmetric', '>= 0.6.3'
Documentation
-------------
@@ -175,10 +175,16 @@
```ruby
require "fnordmetric"
FnordMetric.namespace :myapp do
+ # Set a custom namespace title, if you want one
+ # set_title "Emails sent"
+
+ # Hide the "Active Users" tab, if you want
+ # hide_active_users
+
# numeric (delta) gauge, 1-hour tick
gauge :messages_sent,
:tick => 1.hour.to_i,
:title => "Messages (sent) per Hour"
@@ -334,21 +340,15 @@
Todos
-----
-* funnel-widget
-* combine/calculation gauges via opts_gauge({}, &block) (+calculate ctr)
-* timeline_widget: 'compare mode': compate gauge to yesterday
-* numbers_widget: handle decreasing vals
-* make listen-ports configurable
-* referal tracking fu (parse googlequeries)
-* trend detection
-* opt_event options: :increment => gauge_name
-* preconfigured default-dashboard (like google analytics)
-* pagview+ref-tracking via js-tracking-pixel
-* table/gauge-list-widget (with mini-stats!)
-* prune the namespace-sessions-timline (remove event_ids older than x)
-* prune the namespace-event-types-list (trim to max items)
-* timelinewidget + numberswidget => should use redis hmget
-* get multiple metrics in a single http get
-* `{ _namespace: myns }` field
++ combine/calculation gauges via opts_gauge({}, &block) (+calculate ctr)
++ timeline_widget: 'compare mode': compare gauge to yesterday
++ numbers_widget: handle decreasing vals
++ opt_event options: :increment => gauge_name
++ prune the namespace-sessions-timline (remove event_ids older than x)
++ prune the namespace-event-types-list (trim to max items)
++ the funnel-widget
++ timelinewidget + numberswidget => should use redis hmget
++ get multiple metrics in a single http get
++ the `{ _namespace: myns }` field