dapper-style tracing in cassandra

2011-06-14 Thread Ryan King
I'll open a ticket on this soon, but I'd like to start a discussion first. We're working on a distributed tracing system, whose design is somewhat inspired by the Google Dapper paper [1]. We have instrumented a bunch of our internal services through our custom networking stack [2]. In a

Re: dapper-style tracing in cassandra

2011-06-14 Thread Jonathan Ellis
Sounds a lot like https://issues.apache.org/jira/browse/CASSANDRA-1123. The main change you'd want is to allow passing an external trace ID. On Tue, Jun 14, 2011 at 3:57 PM, Ryan King r...@twitter.com wrote: I'll open a ticket on this soon, but I'd like to start a discussion first. We're

Re: dapper-style tracing in cassandra

2011-06-14 Thread Ryan King
On Tue, Jun 14, 2011 at 2:02 PM, Jonathan Ellis jbel...@gmail.com wrote: Sounds a lot like https://issues.apache.org/jira/browse/CASSANDRA-1123. The main change you'd want is to allow passing an external trace ID. Yeah, that patch seems like a good start. In addition to passing an external