Hello,
How to configure glowroot instrumentalisation for neo4J ?
Thanks,
Michel
Hello,
How to configure glowroot instrumentalisation for neo4J ?
Thanks,
Michel
Hi ![]()
Here's a relevant link: Glowroot suport Neo4j? 路 Issue #800 路 glowroot/glowroot 路 GitHub
I'm not aware of any glowroot support built into neo4j. So getting this setup probably requires a fair bit of customization.
But what's the goal you're trying to achieve? In case you want to monitor query performance, I'm not sure glowroot is the right tool for the job. That's because there isn't a single function that takes care of processing the whole query with records and all. At least not when connecting through Bolt drivers.
Hi,
Thanks for your reply ! ![]()
Indeed, I want to see neo4j perf for doing query and map result into a record.
Glowroot shows this result and I would like to see where exactly it waits so long
| Breakdown (Main Thread): | total (ms) | count |
|---|---|---|
| http request | 1 749,8 | 1,0 |
| wait on future | 1 626,2 | 15,0 |
Any idea about how to do ?
Cheers !