Skip to content

embedded-jmxtrans-1.2.0-beta-1

Compare
Choose a tag to compare
@cyrille-leclerc cyrille-leclerc released this 17 Mar 09:38
· 20 commits to master since this release
  • Introduce a ResultNameStrategy to not escape the dots in the result name thanks to @philnate ( #127 )
{
      "objectName": "org:name=org.jmxtrans.embedded.*",
      "resultAlias": "%name%",
      "attribute": "Value",
      "resultNameStrategy": {
        "replaceDotsInObjectName": true
      }
}
  • Defer the call to InetAddress.getLocalHost() to the moment it is actually needed thanks to @YannRobert ( #125 )