[akka-user] Re: decorate actor events / events processing as a way to implement open tracing capabilities

2018-01-24 Thread Rob Crawford
And it looks like they literally just released version 1.0! On Tuesday, January 23, 2018 at 7:32:29 AM UTC-5, daz...@gmail.com wrote: > > > On Monday, 22 January 2018 14:07:22 UTC, Rob Crawford wrote: >> >> Have you tried Kamon (kamon.io)? They're in flux getting 1.0 done, but >> 1.0 is supposed

[akka-user] Re: decorate actor events / events processing as a way to implement open tracing capabilities

2018-01-23 Thread dazmcg
On Monday, 22 January 2018 14:07:22 UTC, Rob Crawford wrote: > > Have you tried Kamon (kamon.io)? They're in flux getting 1.0 done, but > 1.0 is supposed to implement OpenTracing. > > Nope, but thanks for the pointer - seems open source so will check it out, even if only for how they do it!

[akka-user] Re: decorate actor events / events processing as a way to implement open tracing capabilities

2018-01-22 Thread Rob Crawford
Have you tried Kamon (kamon.io)? They're in flux getting 1.0 done, but 1.0 is supposed to implement OpenTracing. On Sunday, January 21, 2018 at 2:18:46 PM UTC-5, daz...@gmail.com wrote: > > Hi, > > I am using Akka in Java (and quite new to it). I want to decorate my actor > events and event

[akka-user] Re: decorate actor events / events processing as a way to implement open tracing capabilities

2018-01-21 Thread Konrad 'ktoso' Malawski
Hi there Daz, I would strongly recommend using a proven implementation of tracing, i.e. the Lightbend Monitoring stack and it's Open Tracing support: https://developer.lightbend.com/docs/monitoring/latest/extensions/opentracing.html Implementing it manually may seem like doable or at first, but