Releases: jmxtrans/embedded-jmxtrans
Releases · jmxtrans/embedded-jmxtrans
embedded-jmxtrans-1.0.14
-
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
-
Identify embedded-jmxtrans in the
User-Agent
HTTP header sent to Librato as @mheffner recommends in How to set a custom User Agent when integrating with LibratoSample
embedded-jmxtrans/1 (Java HotSpot(TM) 64-Bit Server VM/1.8.0_25; Mac OS X-x86_64/10.10.1)
1.0.12
embedded-jmxtrans-1.0.11
- Add support for results of type AtomicInteger and AtomicLong in
LibratoWriter
thanks to @farnulfo. - Upgrade dependencies.
embedded-jmxtrans-1.0.10
- 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 filejmxtrans-internals-servlet-container.json
(thanks to @fdrouet)