-
Notifications
You must be signed in to change notification settings - Fork 304
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FISH-5801: Custom Vendor MP Metrics Using Placeholders Require 'tags' #5477
Conversation
jenkins test please |
for (XmlTag tag: tags) { | ||
if (tag.getValue().contains(keyword)) { | ||
tagSpecifier = true; | ||
if (tags != null) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tags can never be null, was fixed by FISH-5658
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would prefer to remove tags!=null.
Otherwise, LGTM
jenkins test please |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
FISH-5801: Custom Vendor MP Metrics Using Placeholders Require 'tags'
Description
Fixes Exception when not using tags in custom Vendor metrics having a Placeholder.
Important Info
Testing
New tests
new Unit test MBeanMetadataTest
Testing Environment
Zulu 8.52.0.23-CA-macosx (build 1.8.0_282-b08) on Mac 11.8 with Maven 3.8.2
Documentation
Not needed, Bugfix