Reputation: 21
Curretly JProfiler supports the following Databases : JDBC , JPA/Hibernet , MongoDB , Cassandra , HBase . I am trying to use Jprofiler for ArangoDB profiling . How to configure JProfiler for ArangoDB Profiling?
Upvotes: 1
Views: 36
Reputation: 48090
As of 11.0, there is no support for ArangoDB in JProfiler. JProfiler has an API for writing your own probes.
If you can modify of subclass the ArangoDB driver code, write an embedded probe, if not, write an injected probe.
Upvotes: 0