Skip to content

Releases: newrelic/nri-jmx

v3.2.1

15 Nov 15:56
4e678d3
Compare
Choose a tag to compare
Merge pull request #108 from newrelic/cciutea/update_nrjmx

updated nrjmx version

v3.2.0

15 Sep 14:14
dab9fdc
Compare
Choose a tag to compare

Changed

  • Updated gojmx library to v2.2.2
  • Optimisation of number of JMX queries by avoiding quering MBeans names when wildcard is not provided

Added

  • ENABLE_INTERNAL_STATS configuration option. When this option is enabled and the integration is running in verbose mode it will output in the logs nrjmx internal query statistics. This will be handy when troubleshooting performance issues.
  • [BETA] Added long-running mode (LONG_RUNNING config option). When running in this mode the RMI connection will be reused instead of creating a new one every collection.

Fixed

  • Issue when JSON collection config was not deserialized correctly

v3.1.0

05 Aug 13:17
5f537f9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.3...v3.1.0

v3.0.3

10 Jun 10:17
09bbbe8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.2...v3.0.3

v3.0.2

14 Feb 13:42
c1651e3
Compare
Choose a tag to compare

Fixed

  • bug: report correct host:port for connection url #97

Chore

  • ci: pin publish action to v1 #98

Full Changelog: v3.0.1...v3.0.2

v3.0.1

21 Jan 11:57
Compare
Choose a tag to compare

Changed

  • bump version for github.com/newrelic/nrjmx/gojmx from v2.0.0 to v2.0.1

v3.0.0

11 Jan 12:30
Compare
Choose a tag to compare

Added

  • -query parameter that will use the default jmx-config.yml file and output all the mBeans that can be found. If the configuration file has a different location, -config_file parameter can be used to specify it.
  • -jmx_ssl flag for remote connections

Changed

  • jmx library from github.com/newrelic/infra-integrations-sdk/jmx v3.7.0 to github.com/newrelic/nrjmx/gojmx v2.0.0

Improved

  • error handling to include more information in the logs
  • performance when handling high amount of queries

Fixed

  • issue where if one query fails to be parsed, the rest are ignored

v2.7.0

11 Nov 11:21
46ef0f8
Compare
Choose a tag to compare

Added

v2.6.0

29 Oct 13:06
8b85243
Compare
Choose a tag to compare

Changed

  • Added the ability to specify the collection configuration as a JSON string using -collection_config parameter or COLLECTION_CONFIG environment variable

v2.5.0

16 Sep 10:06
f66e2eb
Compare
Choose a tag to compare

Changed

Moved default config.sample to V4, added a dependency for infra-agent version 1.20.0 #86
Please notice that old V3 configuration format is deprecated, but still supported.