github stagemonitor/stagemonitor 0.9.0
Release 0.9.0

latest releases: 0.89.1, 0.88.10, 0.89.0...
9 years ago

New Features

  • Operating System Monitoring (CPU, memory, filesystem, swap, network)
  • Easier Installation. No web.xml entries necessary, all filters and listeners are registered via annotations.
  • The in browser widget can now display request traces and call trees from ajax requests

Breaking Changes

  • stagemonitor-web now requires servlet-api >= 3.0
  • Renamed StageMonitor to Stagemonitor and StageMonitorPlugin to StagemonitorPlugin (internal breaking change)

Migration from older versions

  • Remove all stagemonitor related stuff from web.xml
    • Configure excluded paths (the stuff that used to be in the exclude init parameter of the filter configuration) with the property stagemonitor.web.paths.excluded
  • Change aop.xml if you have used stagemonitor-spring-mvc
    • remove SpringProfilingAspect, use ProfilingAspect instead
    • rename projectPointcut to methodsToProfile

Don't miss a new stagemonitor release

NewReleases is sending notifications on new releases.