Releases: newrelic/nri-jmx
Releases · newrelic/nri-jmx
v3.7.2
v3.7.1
v3.7.0
v3.6.0
v3.5.1
Fixed
- Adapt legacy definition file to new binary location under /opt #123
Full Changelog: v3.5.0...v3.5.1
v3.5.0
What's Changed
- chore(NR-165501): use /opt directory, update infra-agent dep by @DavSanchez in #121
- fix: additional directory relocations by @DavSanchez in #122
Full Changelog: v3.4.0...v3.5.0
v3.4.0
What's Changed
- Update nrjmx dependency to 2.5.0
- Packages for SUSE 15 and Debian 12
Full Changelog: v3.3.1...v3.4.0
v3.3.1
v3.2.1
Merge pull request #108 from newrelic/cciutea/update_nrjmx updated nrjmx version
v3.2.0
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