Commit 9bff3c53 authored by Paul Asmuth's avatar Paul Asmuth
Browse files

readme: preview2

parent 0f9fdcb1
Loading
Loading
Loading
Loading

doc/preview2.png

0 → 100644
+294 KiB
Loading image diff...
+14 −9
Original line number Diff line number Diff line
@@ -2,6 +2,20 @@

FnordMetric is a highly configurable realtime app tracking thing. 


==== Example Dashboard
FnordMetric keeps track of your data and draws nice timeline plots. (You can define your own plotting and counting functions as ruby blocks!)

{<img src="https://raw.github.com/paulasmuth/fnordmetric/master/doc/preview1.png" />}[https://raw.github.com/paulasmuth/fnordmetric/master/doc/preview1.png]

==== User Activity Dashboard
FnordMetric gives you a live dashboard, that shows who is using your app in realtime. You can select a single user and follow them step by step.

{<img src="https://raw.github.com/paulasmuth/fnordmetric/master/doc/preview2.png" />}[https://raw.github.com/paulasmuth/fnordmetric/master/doc/preview1.png]


=== Getting started

1) You send send json events from your web/facebook app. eg:

  // track a pageview
@@ -21,15 +35,6 @@ FnordMetric is a highly configurable realtime app tracking thing.



2) FnordMetric keeps track of your data and draws nice timeline plots. (You can define your own plotting and counting functions as ruby blocks!)

{<img src="https://raw.github.com/paulasmuth/fnordmetric/master/doc/preview1.png" />}[https://raw.github.com/paulasmuth/fnordmetric/master/doc/preview1.png]

3) FnordMetric gives you a live dashboard, that shows who is using your app in realtime. You can select a single user and follow them step by step.

  (pic here)


=== Installation

=== Configuration