Did anything ever happen to this. Was there ever made a mechanism for 
monitoring a buffer?

On Sunday, January 15, 2017 at 8:20:06 PM UTC+1, Konrad Malawski wrote:
>
> That's something we'll work on at Lightbend in 2017, it's be part of 
> Lightbend/Reactive Monitoring.
> As far as I can tell none of the other monitoring tools nowadays can 
> handle such things (neither for akka or any other reactive-streams impl), 
> we'll get there rather soon I hope since the underlying infrastructure 
> leans itself very well towards instrumentation.
>
> -- 
> Konrad `ktoso` Malawski
> Akka <http://akka.io> @ Lightbend <http://lightbend.com>
>
> On 15 January 2017 at 20:15:18, hbf (k...@iaeth.ch <javascript:>) wrote:
>
> Hey Akka Stream'ers, 
>
> I'm trying to monitor the current size of the buffer of a Akka Stream 
> buffer() stage to something like Grafana.
>
> Is there a way to hook a call to my metrics framework into the buffer? I 
> was hoping for a second parameter to buffer, maybe
>
>     flow.buffer(1000, size => Metrics.gauge("Buffer size", size))
>
> (where Metrics.gauge() is just an example call to a metrics framework).
>
> Any ideas?
>
> Thanks,
> Hbf
> --
> >>>>>>>>>> Read the docs: http://akka.io/docs/
> >>>>>>>>>> Check the FAQ: 
> http://doc.akka.io/docs/akka/current/additional/faq.html
> >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user
> ---
> You received this message because you are subscribed to the Google Groups 
> "Akka User List" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to akka...@googlegroups.com <javascript:>.
> To post to this group, send email to akka...@googlegroups.com 
> <javascript:>.
> Visit this group at https://groups.google.com/group/akka-user.
> For more options, visit https://groups.google.com/d/optout.
>
>

-- 
*****************************************************************************************************
** New discussion forum: https://discuss.akka.io/ replacing akka-user 
google-group soon.
** This group will soon be put into read-only mode, and replaced by 
discuss.akka.io
** More details: https://akka.io/blog/news/2018/03/13/discuss.akka.io-announced
*****************************************************************************************************
>>>>>>>>>> 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/akka-user/d58a8dfc-2481-4795-917f-83092663257d%40googlegroups.com.

Reply via email to