README.md in fnordmetric-0.5.9 vs README.md in fnordmetric-0.6.0
- old
+ new
@@ -275,10 +275,27 @@
:gauges => [ :pageviews_per_url_daily ]
}
end
+FnordMetric.server_configuration = {
+ :redis_url => "redis://localhost:6379",
+ :redis_prefix => "fnordmetric",
+ :inbound_stream => ["0.0.0.0", "1339"],
+ :start_worker => true,
+ :print_stats => 3,
+
+ # events that aren't processed after 2 min get dropped
+ :event_queue_ttl => 120,
+
+ # event data is kept for one month
+ :event_data_ttl => 3600*24*30,
+
+ # session data is kept for one month
+ :session_data_ttl => 3600*24*30
+}
+
FnordMetric.standalone
```
Contributors
------------
@@ -286,9 +303,11 @@
+ Simon Menke (http://github.com/fd)
+ Bruno Michel (http://github.com/nono)
+ Marco Borromeo (http://github.com/mborromeo)
+ Leo Lou (http://github.com/l4u)
+ Andy Lindeman (http://github.com/alindeman)
++ Jurriaan Pruis (http://github.com/jurriaan)
++ Kacper Bielecki (http://github.com/kazjote)
To contribute, please fork this repository, make your changes and run the specs, commit them to your github repository and send me a pull request.
License