Expand consumer config description.
authorSiraaj Khandkar <siraaj@khandkar.net>
Sun, 23 Aug 2015 17:00:08 +0000 (13:00 -0400)
committerSiraaj Khandkar <siraaj@khandkar.net>
Sun, 23 Aug 2015 17:00:08 +0000 (13:00 -0400)
README.md

index aba81ed..593d6a6 100644 (file)
--- a/README.md
+++ b/README.md
@@ -22,7 +22,9 @@ Essentially like `folsomite`, but different. Different in the following ways:
       nearly-arbitrary term-to-string conversions used in `folsomite`
     + Spec'd, tested and Dialyzed
 
       nearly-arbitrary term-to-string conversions used in `folsomite`
     + Spec'd, tested and Dialyzed
 
-#### Configure consumers
+### Adding consumers
+
+#### At app config time
 
 ```erlang
 {env,
 
 ```erlang
 {env,
@@ -52,3 +54,13 @@ Essentially like `folsomite`, but different. Different in the following ways:
       ]}
   ]}
 ```
       ]}
   ]}
 ```
+
+#### Dynamically
+
+```erlang
+beam_stats_consumer:add(consumer_module, ConsumerOptions).
+```
+
+### Removing consumers
+
+Not yet implemented.
This page took 0.021334 seconds and 4 git commands to generate.