Skip to content

embedded-jmxtrans-1.0.14

Compare
Choose a tag to compare
@cyrille-leclerc cyrille-leclerc released this 12 Feb 03:02
· 95 commits to master since this release
  • Add automatic reloading of the configuration in Spring apps with a new attribute configuration-scan-period-in-seconds thanks to the contribution of @iliuta.
    Sample:

    <beans ...
       xmlns:jmxtrans="http://www.jmxtrans.org/schema/embedded"
       xsi:schemaLocation="...
        http://www.jmxtrans.org/schema/embedded http://www.jmxtrans.org/schema/embedded/jmxtrans-1.1.xsd">
    
    <jmxtrans:jmxtrans configuration-scan-period-in-seconds="30">
        <jmxtrans:configuration>classpath:jmxtrans.json</jmxtrans:configuration>
        ...
    </jmxtrans:jmxtrans>
    
    </beans>