openzipkin / brave-cassandra

Tracing instrumentation for Cassandra and the DataStax Java Driver
Apache License 2.0
12 stars 14 forks source link

Changes server-side tracing from Cassandra 3.x to 4.x #48

Closed codefromthecrypt closed 8 months ago

codefromthecrypt commented 8 months ago

This is tested on Cassandra 4.1.3 and is not compatible with Cassandra 3.x due to API changes on its Tracer type.

This also adds the local endpoint information to the spans sent to Zipkin.