openzipkin / brave-cassandra

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

Question: Does server side tracing not work with non-prepared statements? #29

Closed ghost closed 4 years ago

ghost commented 4 years ago

Does server side tracing not work with non-prepared statements? Experimenting with using this library: as per the readme

// minimally, you need to prepare a statement and enable tracing preparedStatement.enableTracing();

Trying use non prepared statements. Dont see any traces. Does this not work with non-prepared statements?