内容简介: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 (e1db7c5, c0f34a2)
fix #806 for Prometheus integration again: it was printed '<?>' instead of NaN, for 'lastValue' on Java 8 and before.
Removed the monitoring of
@Asynchronousmethod when using CDI/EJB, to fix #802MonitoringAsynchronousCdiInterceptor must have at least one @InterceptorBindingin 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@FeignClientand 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
@Scheduledmethods.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)
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- Kubernetes 应用监控
- 应用要监控,快用 MBean
- springboot应用接入druid监控
- 使用VisualVM监控应用GC
- 基于AppDynamics的应用监控系统
- Node应用没有错误监控怎么行?
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
与孩子一起学编程
[美] 桑德Warren Sande、Carter Sande / 苏金国、姚曜 等 / 人民邮电出版社 / 2010-11 / 65.00元
一本老少咸宜的编程入门奇书!一册在手,你完全可以带着自己的孩子,跟随Sande父子组合在轻松的氛围中熟悉那些编程概念,如内存、循环、输入和输出、数据结构和图形用户界面等。这些知识一点儿也不高深,听起来备感亲切,书中言语幽默风趣而不失真义,让学习过程充满乐趣。细心的作者还配上了孩子们都喜欢的可爱漫画和经过运行测试的程序示例,教你用最易编写和最易理解的Python语言,写出你梦想中的游戏程序。 ......一起来看看 《与孩子一起学编程》 这本书的介绍吧!