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

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

内容简介: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 应用监控平台》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

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

数据结构 Python语言描述

数据结构 Python语言描述

[美] Kenneth A. Lambert 兰伯特 / 李军 / 人民邮电出版社 / 2017-12-1 / CNY 69.00

在计算机科学中,数据结构是一门进阶性课程,概念抽象,难度较大。Python语言的语法简单,交互性强。用Python来讲解数据结构等主题,比C语言等实现起来更为容易,更为清晰。 《数据结构 Python语言描述》第1章简单介绍了Python语言的基础知识和特性。第2章到第4章对抽象数据类型、数据结构、复杂度分析、数组和线性链表结构进行了详细介绍,第5章和第6章重点介绍了面向对象设计的相关知识、......一起来看看 《数据结构 Python语言描述》 这本书的介绍吧!

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具

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

正则表达式在线测试