Revolyssup commented on PR #10290: URL: https://github.com/apache/apisix/pull/10290#issuecomment-1786467060
@polaru Though it would look like at first that counter should be used here but we have to use gauge because APISIX doesn't keep track of this metric by itself. It uses nginx `stub_status` - http://nginx.org/en/docs/http/ngx_http_stub_status_module.html This always returns absolute values. So here we have to deal with this metric as not just a value that goes up by some amount which APISIX controls but as a gauge metric that APISIX reads from nginx. Given that I am closing this issue. Feel free to reopen if you have doubts. // @monkeyDluffy6017 -- 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]
