X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=README.md;h=593d6a6eeb850ee17f3bb06b29c6aa0804265f6e;hb=3fe887d79d3cfe5d52c42aa178b912b6521980a2;hp=aba81ede12da8306dffd7074c80e3785bb6fd4ac;hpb=ef2b90d72ab3f226ffc9d71acea77d6e9597b2a5;p=beam_stats.git diff --git a/README.md b/README.md index aba81ed..593d6a6 100644 --- 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 -#### Configure consumers +### Adding consumers + +#### At app config time ```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.