智能化下的产物,无人棋牌室
JavaMelody v1.57.0 发布,此版本更新内容如下:
- fix: check if async before flushing the response (ee87b4b thanks to Mark Thomas)
- fix issue 338: JavaMelody swallows response when some Spring WebAsyncTask/Callable is used (fix thanks to Violeta Georgieva). The web.xml example in the User’s guide is also changed for those Async requests with Servlet API 3.0.
- fix: used/max file descriptor counts are not displayed in oracle java 8 (c04ef79 thanks toColin Ingarfield)
- fix issue 488: IllegalStateException if a filter calls getWriter() before the MonitoringFilter
- fix: in latest JIRA versions, the monitoring report outputs garbage (because gzip compression is now enabled by default in JIRA ; the fix disables the gzip compression of the monitoring report)
- fix the monitoring of JNDI DataSources in Tomcat 8, for example in Confluence 5.8 (99767fb).
- fix issue 480: StackOverflowError when applying sql-transform-pattern
- improved: SQL keywords are highlighted in statistics (d78734c)
- added: it’s now easy to write scripts to get monitoring data from a monitored webapp and to send alerts based on thresholds using Jenkins. See the documentation.
- improved: An api page is now available in the monitoring of your webapp with links to theExternalAPI. The path of the page in your webapp is “monitoring?resource=help/api.html”.
- User’s guide updated: better explain when to use http-transform-pattern or sql-transform-pattern (with help from Siegfried Goeschl)
- User’s guide updated: When using Tomcat, you can use variable substitution with system properties in the context xml file or in the web.xml file of your webapp. For example, to set the storage directory relative to the Tomcat home, add the following in the context file of the webapp in Tomcat conf:
<Parameter name='javamelody.storage-directory' value='${catalina.base}/javamelody' override='false'/>
. - Advanced User’s guide updated: JavaMelody install in Spring-boot is documented, with example app.
- Jenkins plugin: scripts examples updated to get data from slaves in Jenkins Monitoring Scripts, below the scripts for Jenkins master.
Maven:
1
2
3
4
5
|
< dependency > < groupId >net.bull.javamelody</ groupId > < artifactId >javamelody-core</ artifactId > < version >1.57.0</ version > </ dependency > |
下载:
- javamelody-1.57.0.jar : Jar for integration in a webapp
- javamelody-1.57.0.war : War of the optional collect server, not needed in most use cases
- javamelody-1.57.0.zip : Zip of project
- jira-javamelody-1.57.0.jar : JIRA, Confluence and Bamboo plugin