[erlang-questions] exometer: per-client connection counts

Alex Shneyderman a.shneyderman@REDACTED
Wed May 21 17:45:06 CEST 2014


I do not think there is an automatic way of recycling but you can do:

folsom_metrics:delete_metric(Name)

keep the names and ttl in ets table some place or in expiration process's
state and clean the expired stats with the delete method above.




On Wed, May 21, 2014 at 11:39 AM, Roger Lipscombe <roger@REDACTED>wrote:

> On 21 May 2014 16:30, Alex Shneyderman <a.shneyderman@REDACTED> wrote:
> >
> > yes, you can:
> >
> > [snip]
>
> Thanks, that helps.
>
> My question here, I guess then, is: how do I get these values to
> expire? Or how to window them? I'd like to track the count over each
> of the last 10 minutes, say.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20140521/78a2d525/attachment.htm>


More information about the erlang-questions mailing list