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
When the number of metrics reaches the upper limit, a warn log will be output every time:
[ WARN ] [2019-04-11 20:00:42] 65634a0c4570ce860ea9f5410eeedb3a- metrics size > 5000, a nop metric will be returned. name: middleware.tomcat.http.request.path{path=xxx.com/isExistNumber.do}
This might introduce the risk to fulfil the disk. Need to do some trick here. For example, output the warn message a few times and then stop.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When the number of metrics reaches the upper limit, a warn log will be output every time:
This might introduce the risk to fulfil the disk.
Need to do some trick here. For example, output the warn message a few times and then stop.
The text was updated successfully, but these errors were encountered: