<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<br>
Is this something that exometer (or something else) could help with?<br>
<br>
Alternatively, we're already using folsom+folsomite+graphite. Could I<br>
do this using those?<br></blockquote><div><br></div><div><div>yes, you can:</div><div><br></div><div><div>5> folsom_metrics:new_counter(<<"test.0">>).</div><div>6> folsom_metrics:notify(<<"test.0">>, {inc, 1}).<br>
</div><div>7> folsom_metrics:notify(<<"test.0">>, {inc, 1}).<br></div><div>8> folsom_metrics:notify(<<"test.0">>, {inc, 1}).<br></div><div>9> folsom_metrics:get_metric_value(<<"test.0">>).          3<br>
</div><div><br></div><div>10> folsom_metrics:new_counter(<<"test.0">>).     </div><div>{error,<<"test.0">>,metric_already_exists}</div><div><br></div><div>11> folsom_metrics:get_metric_value(<<"test.0">>).</div>
<div>3</div></div><div><br></div><div>so if you know how to identify your clients it is pretty easy to collect the stats</div><div><br></div><div>with graphite you can qury for "test.*" to get all the counts</div>
<div><br></div><div>You can do pretty much teh same thing with exometer.</div><div><br></div><div>Cheers,</div><div>Alex.</div></div><div> </div></div></div></div>