Gauge for pending requests
Counts the number of pending requests for applications or services managed by GAS.
| Labels | Value | Purpose |
|---|---|---|
|
Number of pending requests | Count the number of pending requests. Raise alerts if value gets too high. |
Metric examples
fourjs_gas_request_pending_count{application="demo",url="/ua/r"} 0
fourjs_gas_request_pending_count{application="demo",url="/ua/sua"} 0
fourjs_gas_request_pending_count{service="demo/BookService",url="/ua/sua"} 0
fourjs_gas_request_pending_count{url="/metrics"} 1
Grafana
PromQL query: Figure: Pending requests

fourjs_gas_request_pending_count{application="demo"} This
query calculates the pending requests for application demo. 