-
Notifications
You must be signed in to change notification settings - Fork 66
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
Verify that HELP lines are not duplicated #638
base: main
Are you sure you want to change the base?
Conversation
Can one of the admins verify this patch? |
What about this MR? |
Hi! We can fit it in into the next minor release (however, there are currently no active plans set for that). |
@Test | ||
@RunAsClient | ||
public void testApplicationContainsHelpMessageOnce() { | ||
given().header("Accept", TEXT_PLAIN).when().get("/metrics/application") |
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.
For metrics 5.x /metrics?scope=application
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.
@Channyboy thanks, I updated the PR could you take a look and let me know if it needs any other changes
Fixes #616