AWS X-Ray – Distributed Tracing System
11–20 of 104 posts
Re: AWS X-Ray – Distributed Tracing System
#12Re: AWS X-Ray – Distributed Tracing System
#13I haven't used many of the new AWS services. Someone tell me, what's the quality level? I'll be surprised if all the new AWS stuff works that well given how divided their focus must be now.
Re: AWS X-Ray – Distributed Tracing System
#14> You can use X-Ray with applications written in Java, Node.js, and .NET that are deployed on these services. Support for AWS Lambda is coming soon.
Re: AWS X-Ray – Distributed Tracing System
#15Re: AWS X-Ray – Distributed Tracing System
#16As a starting point, I would recommend reading Google's paper on their project "Dapper." [1] It's essentially the core of most distributed tracing systems. At least those I've encountered.
There's a lot of tooling out there that take their cues from Dapper. I've recently been looking into integrating OpenZipkin[2] with our systems. I see at as a more viable alternative (no tie in!) to Yet Another Propriety Thing in AWS (YAPTA). There's other as well, like AppDash.
Recently there has been a push towards an open-standard for the collection side called OpenTracing[3]. I came across it when investigating LightStep[4]. Ideally that means no vendor lock-in, which of course has lots of knock-on effects.
If you know of any, I'd love to be pointed in the direction of _different_ and not just divergent techniques.
[1]: http://static.googleusercontent.com/media/research.google.co...
[2]: http://zipkin.io
[4]: http://lightstep.com - Impressive team behind this.
Re: AWS X-Ray – Distributed Tracing System
#17Re: AWS X-Ray – Distributed Tracing System
#18Re: AWS X-Ray – Distributed Tracing System
#19I haven't used many of the new AWS services. Someone tell me, what's the quality level? I'll be surprised if all the new AWS stuff works that well given how divided their focus must be now.
AWS's crustiness is exactly what I would expect from an agglomeration of adversarial teams each looking to minimize their own liability at the expense of everyone else. Given that they're still organized that way, the surprise would be if they turned the trend around, not if it continued.
Re: AWS X-Ray – Distributed Tracing System
#20I haven't used many of the new AWS services. Someone tell me, what's the quality level? I'll be surprised if all the new AWS stuff works that well given how divided their focus must be now.