With the old driver (3.6.x) I created a profiler that implemented LatencyTracker. I used that to measure execution times against the Cluster (now CqlSession) and exported it using MicroMeter.
With the new driver (4.6.x) there is no LatencyTracker anymore. What is the equivalent? How can I measure query-performance from my application?
Thanks.