内容简介:JavaMelody 1.77.0 发布了,JavaMelody 是一个监控系统,目标是在 QA 和生产环境中监控 Java 或 Java EE 应用程序。 更新内容如下: fix: When using Spring and LazyConnectionDataSourceProxy or other Delega...
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 (d6ced5c).
- added: ability to upload heap dump files to AWS S3 (PR 810, thanks to Salah Qasem). See doc(scroll down if the target page does not scroll to the right chapter).
- added: in the database reports, added support for MariaDB (PR 820, thanks to Vicente Rossello Jaume).
- improved: in the Jenkins Monitoring plugin, 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 (ffc028f, thanks to Gianluca Maiorino)
- added: Ukrainian translations (073bc6d, thanks to Yevgen Lasman)
- To contribute in your own language, join the translation project at https://poeditor.com/join/project/QIaCp4bThS.
- You can already monitor the executions of methods using Spring, EJB or CDI or simple interfaces. 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 (18ed237):
try (Stopwatch stopwatch = new Stopwatch("name you want")) {
// your piece of code
}
下载地址:
以上所述就是小编给大家介绍的《JavaMelody 1.77.0 发布,Java 应用监控平台》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:- Kubernetes 应用监控
- 应用要监控,快用 MBean
- springboot应用接入druid监控
- 使用VisualVM监控应用GC
- 基于AppDynamics的应用监控系统
- Node应用没有错误监控怎么行?
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。