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

doc: more markdown stubs

parent 15df7224
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
Event Handler
-------------

here be dragons

_Example_

    fnord...


### Sessions

  here be dragons


### API Reference

      - data, time, session etc methods
      - incr, incr_field etc.
      - storing data in the session
      - end-of-session callback
+14 −0
Original line number Diff line number Diff line
@@ -4,8 +4,22 @@ Hacking
here be dragons


### Config in multiple files

here be dragons


### Writing custom widgets / views

here be dragons


### Mounting as Rails app

here be dragons


### Redis Memory usage

...disable active users
+14 −0
Original line number Diff line number Diff line
Plugins
-------

here be dragons


### Gauge Explorer

here be dragons


### Active Users Plugin

here be dragons
+2 −1
Original line number Diff line number Diff line
@@ -11,7 +11,8 @@ There is a small number of keys which have a special meaning, all of them
are prefixed with an underscore:

    fixpaul: special key table

    - events containing user data (_session, _name)
    - _namespace


You can choose between a variety of ways to submit these events to FnordMetric:
+2 −0
Original line number Diff line number Diff line
@@ -49,6 +49,8 @@ There are a few high level widgets which have different semantics. FIXPAUL: expl
### TimeSeriesGauge

here be dragons
- calculate-option: count, sum, progressive_sum, avg
- incr / incr_counter / incr_denominator


### DistributionGauge
Loading