newrelic / nri-jmx

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

Bean patter error displays correct pattern #52

Closed varas closed 4 years ago

varas commented 4 years ago

Description of the changes

An MBean pattern error now displays the correct pattern.

Msg displayed before:

[ERR] Failed to complete collection: cannot parse bean pattern: *:

Msg displayed now:

[ERR] Failed to complete collection: cannot parse MBean glob pattern, valid: 'DOMAIN:BEAN', your pattern: *:

PR Review Checklist

Author

Reviewer