Releases: newrelic/nri-jmx
Releases · newrelic/nri-jmx
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
v3.1.0
What's Changed
- chore: update Go to 1.18 by @rubenruizdegauna in #103
- chore: update nrjmx to 2.1.1 by @rubenruizdegauna in #104
Full Changelog: v3.0.3...v3.1.0
v3.0.3
What's Changed
- docs: update examples by @brushknight in #100
- update nrjmx dependency by @cristianciutea in #101
Full Changelog: v3.0.2...v3.0.3
v3.0.2
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
Changed
- bump version for github.com/newrelic/nrjmx/gojmx from v2.0.0 to v2.0.1
v3.0.0
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
Added
- REMOTE_MONITORING config option to inject host and port into entity name. (#91) Documentation reference
v2.6.0
Changed
- Added the ability to specify the collection configuration as a JSON string using
-collection_config
parameter orCOLLECTION_CONFIG
environment variable