博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
JavaMelody 1.77.0 发布,Java 应用监控平台
阅读量:7135 次
发布时间:2019-06-28

本文共 1353 字,大约阅读时间需要 4 分钟。

  hot3.png

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 ().
  • added: ability to upload heap dump files to  (, thanks to Salah Qasem). See (scroll down if the target page does not scroll to the right chapter).
  • added: in the database reports, added support for MariaDB (, thanks to Vicente Rossello Jaume).
  • improved: in the , 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 (, thanks to Gianluca Maiorino)
  • added: Ukrainian translations (, thanks to Yevgen Lasman)
  • To contribute in your own language, join the translation project at .
  • You can already monitor the executions of methods ,  or . 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 ():
try (Stopwatch stopwatch = new Stopwatch("name you want")) {        // your piece of code    }

下载地址:

转载地址:http://dutrl.baihongyu.com/

你可能感兴趣的文章
Linux 求某一列平均值
查看>>
【动态规划】Gym - 101102A - Coins
查看>>
【kd-tree】hdu5992 Finding Hotels
查看>>
【函数式权值分块】【分块】bzoj1901 Zju2112 Dynamic Rankings
查看>>
流程控制
查看>>
P4363 [九省联考2018]一双木棋chess(对抗搜索+记忆化搜索)
查看>>
execution plan in sqlserver
查看>>
【WCF之旅】第一回:概述
查看>>
设计模式(四)外观模式
查看>>
RadioGroup实现类似ios的分段选择(UISegmentedControl)控件
查看>>
51Nod 1079 中国剩余定理 Label:数论
查看>>
Spring aop练手
查看>>
Linux下安装SVN服务端
查看>>
Tomcat 部署项目的三种方法
查看>>
删数问题(贪心)
查看>>
蓝桥杯-矩阵翻硬币
查看>>
button设置边宽和圆角
查看>>
Warning:The /usr/local/mysql/data directory is not owned by the 'mysql' or '_mysql'
查看>>
关于并查集问题
查看>>
Implement strStr()
查看>>