opentracing-contrib / meta

A meta-repository for OpenTracing contributions
Apache License 2.0
35 stars 16 forks source link

Request to transfer opentracing-java-cassandra under opentracing-contrib #21

Closed malafeev closed 7 years ago

malafeev commented 7 years ago

@bhs Please create repository java-cassandra-driver under opentracing-contrib. I would like to transfer OpenTracing Cassandra Driver Instrumentation (https://github.com/malafeev/opentracing-java-cassandra).

bhs commented 7 years ago

Sorry, basic question, @malafeev: is this "driver" basically the cassandra client sdk? (Seems that way) If so, are there multiple competing cassandra clients/drivers out there in the world?

I realize that cassandra uses the "driver" terminology, but part of me wants to call this java-cassandra-client...

malafeev commented 7 years ago

@bhs it is low level DataStax Driver instrumentation. Others drivers depends on DataStax Driver. They use it on transport (protocol) level. Therefore there is no need for instrumentation of other drivers.

http://cassandra.apache.org/doc/latest/getting_started/drivers.html

malafeev commented 7 years ago

I don't think that it should be a client. It is like jdbc - the most possible low level instrumentation which is used by other clients/drivers

bhs commented 7 years ago

https://github.com/opentracing-contrib/java-cassandra-driver/invitations

thanks!