jerrytaotz commented on issue #7597:
URL: https://github.com/apache/apisix/issues/7597#issuecomment-1203416599
> Let's check out how the value is calculated. These connection numbers
gotten from apisix are counters which increases since apisix starts.
The metrics expression is like:
`sum(apisix_nginx_http_current_connections{state=~"active|reading|writing|waiting",
instance=~"$instance", kubernetes_namespace=~"$namespace"}) by (state)`
<img width="1451" alt="image"
src="https://user-images.githubusercontent.com/15017733/182512024-11e2bf9b-a54a-45e3-846a-b5cae020be3d.png">
--
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]