The operator summary docs label the Distinct operator as "Eager". It doesn't seem like the type of operation that needs to be eager. De-duping can obviously be done in a streaming fashion.The operator detail docs say:The Distinct operator removes dup...
Is there a way to trace calls to Neo4j using Open Telemetry in Java?
If not, is this something on the roadmap for the driver?
If not, any tips for how we could implement this ourselves?
Thanks for the pointer. While I guess it would be possible to hook that up to an Open Telemetry bridge, I don't think that will work when the rest of the app is using OTel rather OTracing. Perhaps it's a good starting point for an OTel fork, though.