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

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

内容简介:JavaMelody 1.76.0 发布了,JavaMelody 是一个监控系统,目标是在 QA 和生产环境中监控 Java 或 Java EE 应用程序。 更新内容如下: You can now contribute translations for javamelody by using a dedicated ...

JavaMelody 1.76.0 发布了,JavaMelody 是一个监控系统,目标是在 QA 和生产环境中监控 Java 或 Java EE 应用程序。

更新内容如下:

  • You can now contribute translations for javamelody by using a dedicated website at POEditor. You may contribute some "untranslated" labels for German and Portuguese or you may contribute new translations for Spanish, Italian or your own language. Join the translation project at https://poeditor.com/join/project/QIaCp4bThS. For technical reasons, Chinese translations are not available in that website.

  • fix #795: Session count when using Tomcat cluster with sessions replication, after restarting one instance.

  • fix NullPointerException when getting an Oracle explain plan for a SQL request from the optional collect server.

  • fix incorrect name in MongoWrapper (#807, thanks to Pablo Palazon)

  • fix for Prometheus integration: exclude metrics which have no sense (javamelody_log_duration_millis, javamelody_log_errors_count, javamelody_error_errors_count) and metrics for statistics which are not displayed in the reports (e1db7c5c0f34a2)

  • fix #806 for Prometheus integration again: it was printed '<?>' instead of NaN, for 'lastValue' on Java 8 and before.

  • Removed the monitoring of @Asynchronous method when using CDI/EJB, to fix #802MonitoringAsynchronousCdiInterceptor must have at least one @InterceptorBinding in TomEE plume (31b723c). Note that you can continue as before to monitor CDI/EJB methods with a javamelody annotation or by configuration, see doc.

  • In the javamelody-spring-boot-starter, added the dependency spring-boot-starter-aop and the javamelody.advisor-auto-proxy-creator-enabled property is now false by default, because it was causing issues such as #756 for @PreAuthorize#643 for @Scheduled, for @FeignClient and others. (21d904d). If ever you need to enable back the auto-proxy, add the following in application.yml: javamelody.advisor-auto-proxy-creator-enabled: true.

  • In the javamelody-spring-boot-starter, the property javamelody.scheduled-monitoring-enabled is now true by default, to automatically monitor @Scheduled methods.

  • added: In the javamelody-spring-boot-starter, Spring @FeignClients are automatically monitored. (0af308b)

  • added: In the javamelody-spring-boot-starter again, if you already use a management http port different from the default application http port, you may expose the monitoring reports on the management port instead of the application port. See doc for configuration. (#601, thanks to Anders Båtstrand and breneb)

发布说明


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

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

代码整洁之道

代码整洁之道

[美]Robert C. Martin / 韩磊 / 人民邮电出版社 / 2010-1-1 / 59.00元

软件质量,不但依赖于架构及项目管理,而且与代码质量紧密相关。这一点,无论是敏捷开发流派还是传统开发流派,都不得不承认。 本书提出一种观念:代码质量与其整洁度成正比。干净的代码,既在质量上较为可靠,也为后期维护、升级奠定了良好基础。作为编程领域的佼佼者,本书作者给出了一系列行之有效的整洁代码操作实践。这些实践在本书中体现为一条条规则(或称“启示”),并辅以来自现实项目的正、反两面的范例。只要遵......一起来看看 《代码整洁之道》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

在线进制转换器
在线进制转换器

各进制数互转换器

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具