Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
目前 JProfiler 支持以下数据库:JDBC、JPA/Hibernet、MongoDB、Cassandra、HBase。我正在尝试使用 Jprofiler 进行 ArangoDB 分析。如何为 ArangoDB Profiling 配置 JProfiler?
从 11.0 开始,JProfiler 中不再支持 ArangoDB。JProfiler 有一个用于编写您自己的探针的 API。
如果您可以修改 ArangoDB 驱动程序代码的子类,则编写嵌入式探针,如果不能,则编写注入探针。