Releases: newrelic/infra-integrations-sdk
Releases · newrelic/infra-integrations-sdk
v3.6.3
v3.6.2
Merge pull request #214 from newrelic/cciutea/fix_debug_logging Fix for the global logger when in verbose mode
v3.6.1
v3.6.0
v3.5.0
JMX improvements
Some minor changes avoiding to cause BCs.
Package needs a whole rewrite starting from the API, but that's not the purpose.
nrjmx interaction
- constructor option to provide custom
nrjmx
tool executable - constructor option to provide full connection URL (instead of using host+port+is-remote..)
- removed line length limitation
- improved empty line comparison
- improved stderr ingestion and warning/error parsing
DX
- verbose mode support
- more explicit error messages
Error handling
- added error vars so connectivity and bean-patter errors can be checked against
Helpers
- no-auth connection constructor
Removed
- lock mutex from package, as concurrent access is meant to be managed by user
v3.4.0
Support for event attributes. Supported since infra agent version 1.5.31.
v3.3.1
v3.3.0
v3.2.0
Added
- PRATE and PDELTA types, they are the same as RATE and DELTA but don't accept negative values.