HTTP interface monitoring optimization #8
xxo1shine
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
There is a memory leak problem in the
getstatsinfointerface.net.api.detailcan add unlimited records, when the node enables the metrics function, it is easy to be attacked.Problem recurrence:
Execute the following command.
curl -X POST http://127.0.0.1:8090/xxxThen execute the following command to get the metrics information.
curl -X GET http://127.0.0.1:8090/monitor/getstatsinfoIt can be found that there is one more record in
net.api.detail.Beta Was this translation helpful? Give feedback.
All reactions