JavaMelody 1.77.0 发布,Java 应用监控平台

栏目: 软件资讯 · 发布时间: 5年前

内容简介: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 SpringEJB 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
    }

发布说明

下载地址:

Source code(zip)

Source code(tar.gz)


以上所述就是小编给大家介绍的《JavaMelody 1.77.0 发布,Java 应用监控平台》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Introduction to Linear Optimization

Introduction to Linear Optimization

Dimitris Bertsimas、John N. Tsitsiklis / Athena Scientific / 1997-02-01 / USD 89.00

"The true merit of this book, however, lies in its pedagogical qualities which are so impressive..." "Throughout the book, the authors make serious efforts to give geometric and intuitive explanations......一起来看看 《Introduction to Linear Optimization》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试