We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@RequestMapping(value = "/search/{id}", method = { RequestMethod.GET })
When calling OPTIONS htttp://localhost:8080/search/142 This register two metrics with the @PathVariable value
htttp://localhost:8080/search/142
somepackage.status.200.search.143.count somepackage.gauge.response.search.143.value
I think that OPTIONS should have a special treatment. Also, it would be nice to have a property to disable OPTION metrics in application.properties
application.properties
The text was updated successfully, but these errors were encountered:
This has been superseded by the planned move to Micrometer-based metrics (#9970)
Sorry, something went wrong.
No branches or pull requests
When calling OPTIONS
htttp://localhost:8080/search/142
This register two metrics with the @PathVariable value
I think that OPTIONS should have a special treatment.
Also, it would be nice to have a property to disable OPTION metrics in
application.properties
The text was updated successfully, but these errors were encountered: