newrelic / nri-jmx

New Relic Infrastructure JMX Integration
Apache License 2.0
6 stars 16 forks source link

An empty JMX result no longer stops processing the remaining queries #55

Closed mike-treadway closed 4 years ago

mike-treadway commented 4 years ago

Description of the changes

Currently if a JMX query returns an empty response, the logic stops processing the remaining queries. It's common for some applications to dynamically create mbeans as needed and in some situations there may not be instances of those mbeans in one instance of the application, but may exist in others. This change allows the situation to be logged but doesn't stop processing the remaining JMX queries.

PR Review Checklist

Author

Reviewer

camdencheek commented 4 years ago

Releasing it in v2.4.3