wangchao732 commented on issue #12449: URL: https://github.com/apache/apisix/issues/12449#issuecomment-4495348383
The same issue has occurred again recently. <img width="2217" height="1156" alt="Image" src="https://github.com/user-attachments/assets/7582b532-5258-482f-b721-354f09db7c31" /> <img width="1878" height="877" alt="Image" src="https://github.com/user-attachments/assets/99fb8d1d-3fcc-4b6a-a4ac-002fa1f55b47" /> It is clearly observable that the metric `sum(rate(apisix_http_status{service=~"$service",route=~"$route",instance=~"$instance"}[$__rate_interval])) by (service)` spikes instantaneously to 2–3 million. Through analysis of network packets, bandwidth, and boundary metrics, everything appears normal, with no evidence of a sudden surge in requests. Therefore, I suspect there may be certain issues within APISIX itself, such as: apisix_http_status should theoretically exhibit steady growth; however, the sharp increase followed by a sharp decrease clearly indicates an issue originating from APISIX itself. <img width="1903" height="1105" alt="Image" src="https://github.com/user-attachments/assets/1cc0715e-ec5e-4702-917b-98493122dc78" /> @SkyeYoung @Baoyuantop I need help. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
