Releases: jmxtrans/jmxtrans-agent
Releases · jmxtrans/jmxtrans-agent
jmxtrans-agent-1.0.7
-
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
- Fix result naming issue when the metric is the key of a composite mbean and resultAlias is set.
jmxtrans-agent-1.0.5
- Add expression language for result alias with functions (e.g.
#hostname#
) and objectName keys (e.g.%name%
)
jmxtrans-agent-1.0.4
- 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
- Support multi-valued attributes (Iterables or arrays) introducing a
query.position
qualifier - Fix duplicate result output for composite data
jmxtrans-agent-1.0.2
- GraphitePlainTextTcpOutputWriter: Ensure the the hostname -> ip-address DNS resolution is done every time a socket is created.
jmxtrans-agent-1.0.1
- dd support to JMX Operation Invocations in addition to JMX Attribute Queries
jmxtrans-agent-1.0.0
Initial version