内容简介: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应用没有错误监控怎么行?
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Redis 深度历险:核心原理与应用实践
钱文品 / 电子工业出版社 / 2019-1 / 79
Redis 是互联网技术架构在存储系统中使用得最为广泛的中间件,也是中高级后端工程师技术面试中面试官最喜欢问的工程技能之一,特别是那些优秀的互联网公司,通常要求面试者不仅仅掌握 Redis 基础用法,还要理解 Redis 内部实现的细节原理。《Redis 深度历险:核心原理与应用实践》作者老钱在使用 Redis 上积累了丰富的实战经验,希望帮助更多后端开发者更快、更深入地掌握 Redis 技能。 ......一起来看看 《Redis 深度历险:核心原理与应用实践》 这本书的介绍吧!