Skip to content

Releases: jmxtrans/embedded-jmxtrans

embedded-jmxtrans-1.0.14

12 Feb 03:02
Compare
Choose a tag to compare
  • 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>

embedded-jmxtrans-1.0.13

23 Jan 17:04
Compare
Choose a tag to compare

1.0.12

16 Jan 10:46
Compare
Choose a tag to compare
  • Fix "embedded-jmxtrans integrated in Spring does not shutdown, the destroy()method is not invoked" thanks to @nicusX (#84)

embedded-jmxtrans-1.0.11

24 Nov 16:42
Compare
Choose a tag to compare
  • Add support for results of type AtomicInteger and AtomicLong in LibratoWriter thanks to @farnulfo.
  • Upgrade dependencies.

embedded-jmxtrans-1.0.10

19 Aug 09:28
Compare
Choose a tag to compare
  • Add support for alternate MBean Server (thanks to @MartinMulder)
  • [LibratoWriter] Fix bug in type (thanks to @farnulfo)
  • [EmbeddedJmxTransLoaderListener] Add missing path attribute in the objectname adding a config file jmxtrans-internals-servlet-container.json (thanks to @fdrouet)