admin管理员组

文章数量:1401469

I am currently testing Prometheus to monitor the metrics of a Spring Boot application. When I use JMeter to send 100,000 requests to the server every 10 seconds, the Spring Boot application does not respond with metrics to Prometheus. How can I ensure that the server always returns metrics even when it is overloaded like this?enter image description here

本文标签: jmeterPrometheus cannot get metrics from spring boot appStack Overflow