Skip to content

Releases: jmxtrans/jmxtrans-agent

jmxtrans-agent-1.0.7

02 Nov 21:53
Compare
Choose a tag to compare
  • Allow custom ResultNameStrategy

  • Add org.jmxtrans.agent.RollingFileOutputWriter thanks to @zbintliff

    <outputWriter class="org.jmxtrans.agent.RollingFileOutputWriter">
      <fileName>jmxtrans-agent.log</fileName>
      <maxFileSize>10</maxFileSize>
      <maxBackupIndex>4</maxBackupIndex>
    </outputWriter>

jmxtrans-agent-1.0.6

07 Jan 08:44
Compare
Choose a tag to compare
  • Fix result naming issue when the metric is the key of a composite mbean and resultAlias is set.

jmxtrans-agent-1.0.5

07 Jan 08:45
Compare
Choose a tag to compare
  • Add expression language for result alias with functions (e.g. #hostname#) and objectName keys (e.g. %name%)

jmxtrans-agent-1.0.4

07 Jan 08:47
Compare
Choose a tag to compare
  • Introduce SummarizingFileOverwriterOutputWriter and SummarizingConsoleOutputWriter to generate per minute values for metrics of type counter
  • Add attribute query.type (counter, gauge, ...)
  • Introduce logging feature to bypass java.util.logging configuration mechanism if needed

jmxtrans-agent-1.0.3

07 Jan 08:49
Compare
Choose a tag to compare
  • Support multi-valued attributes (Iterables or arrays) introducing a query.position qualifier
  • Fix duplicate result output for composite data

jmxtrans-agent-1.0.2

07 Jan 08:51
Compare
Choose a tag to compare
  • GraphitePlainTextTcpOutputWriter: Ensure the the hostname -> ip-address DNS resolution is done every time a socket is created.

jmxtrans-agent-1.0.1

07 Jan 08:51
Compare
Choose a tag to compare
  • dd support to JMX Operation Invocations in addition to JMX Attribute Queries

jmxtrans-agent-1.0.0

07 Jan 08:52
Compare
Choose a tag to compare

Initial version