内容简介:JavaMelody 1.73.0 已发布,JavaMelody 的目标是在 QA 和生产环境中监视 Java 或 Java EE 应用程序。 更新亮点: 兼容 JDK 9。请注意:要在 JDK 9 或更高版本中使用内存柱状图,需在 java 命令行中添加 -Djdk.a...
JavaMelody 1.73.0 已发布,JavaMelody 的目标是在 QA 和生产环境中监视 Java 或 Java EE 应用程序。
更新亮点:
兼容 JDK 9。请注意:要在 JDK 9 或更高版本中使用内存柱状图,需在 java 命令行中添加
-Djdk.attach.allowAttachSelf=true修复 Windows server 集成 Prometheus 时出现 "no token found" 的问题;
在使用 optional collect server 时,修复 java source 视图;
javamelody-spring-boot-starter 适用 Java 8 和 Spring-boot 2 ;
新增:当发现崩溃日志(hs_err_pid * .log文件)时,将它们显示在系统行为中;
修复:ArithmeticException: / by zero in JRobin RRD files;
删除
prometheus-include-last-valuejavamelody 参数并将其替换为includeLastValue。
了解更多详情可查阅更新日志
下载地址:
Maven
<dependency> <groupId>net.bull.javamelody</groupId> <artifactId>javamelody-core</artifactId> <version>1.73.0</version> </dependency>
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- xrkmonitor 字符云监控系统 v2.4 发布,登录界面修改,主流浏览器兼容等
- PHP升级代码兼容
- 记一次兼容处理经历
- 聊聊flink如何兼容StormTopology
- HTML5 Polyfill 向下兼容
- iOS12适配及兼容问题解决
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Practical Algorithms for Programmers
Andrew Binstock、John Rex / Addison-Wesley Professional / 1995-06-29 / USD 39.99
Most algorithm books today are either academic textbooks or rehashes of the same tired set of algorithms. Practical Algorithms for Programmers is the first book to give complete code implementations o......一起来看看 《Practical Algorithms for Programmers》 这本书的介绍吧!