JavaMelody 1.77.0 发布了,JavaMelody 是一个监控系统,目标是在 QA 和生产环境中监控 Java 或 Java EE 应用程序。
更新内容如下:
- fix: When using Spring and LazyConnectionDataSourceProxy or other DelegatingDatasource, exclude it from the monitoring if the target datasource is already monitored ().
- added: ability to upload heap dump files to (, thanks to Salah Qasem). See (scroll down if the target page does not scroll to the right chapter).
- added: in the database reports, added support for MariaDB (, thanks to Vicente Rossello Jaume).
- improved: in the , better aggregation of http requests. The javamelody parameter used by default in this plugin is now
-Djavamelody.http-transform-pattern=/\\d+/|(?<=/static/|/adjuncts/|/bound/)[\\w\\-]+|(?<=/ws/|/user/|/testReport/|/javadoc/|/site/|/violations/file/|/cobertura/).+|(?<=/job/).+(?=/descriptorByName/)
. - added: Italian translations (, thanks to Gianluca Maiorino)
- added: Ukrainian translations (, thanks to Yevgen Lasman)
- To contribute in your own language, join the translation project at .
- You can already monitor the executions of methods , or . But if you want to monitor only a piece of code without creating a method around that piece of code, you can do now like the following and the results will be displayed in the statistics ():
try (Stopwatch stopwatch = new Stopwatch("name you want")) { // your piece of code }
下载地址: