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

version bump to 0.6.3

parent 8195ddb7
Loading
Loading
Loading
Loading
+11 −17
Original line number Diff line number Diff line
@@ -75,7 +75,7 @@ Installation

or in your Gemfile:

    gem 'fnordmetric', '~> 0.5'
    gem 'fnordmetric', '>= 0.6.3'


Documentation
@@ -342,19 +342,13 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
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 
+1 −1
Original line number Diff line number Diff line
0.6.2
0.6.3
+3 −2
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@

Gem::Specification.new do |s|
  s.name = %q{fnordmetric}
  s.version = "0.6.2"
  s.version = "0.6.3"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Paul Asmuth"]
@@ -62,7 +62,6 @@ Gem::Specification.new do |s|
    "pub/fnordmetric.css",
    "pub/fnordmetric.js",
    "pub/loader.gif",
    "pub/sprite.png",
    "pub/vendor/highcharts.js",
    "pub/vendor/jquery-1.6.1.min.js",
    "spec/api_spec.rb",
@@ -72,6 +71,7 @@ Gem::Specification.new do |s|
    "spec/event_spec.rb",
    "spec/gauge_modifiers_spec.rb",
    "spec/gauge_spec.rb",
    "spec/inbound_stream_spec.rb",
    "spec/namespace_spec.rb",
    "spec/session_spec.rb",
    "spec/spec_helper.rb",
@@ -91,6 +91,7 @@ Gem::Specification.new do |s|
    "spec/event_spec.rb",
    "spec/gauge_modifiers_spec.rb",
    "spec/gauge_spec.rb",
    "spec/inbound_stream_spec.rb",
    "spec/namespace_spec.rb",
    "spec/session_spec.rb",
    "spec/spec_helper.rb",