Skip to content

Commit bb722d4

Browse files
weltekialexellis
authored andcommitted
Update queue-worker metrics
Signed-off-by: Han Verstraete (OpenFaaS Ltd) <[email protected]>
1 parent 7128b8a commit bb722d4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/architecture/metrics.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,10 @@ The queue-worker for NATS JetStream exposes metrics to help you get insight in t
7878

7979
| Metric | Type | Description | Labels | Edition |
8080
| ----------------------------------------| ---------- | ------------------------------------------------| -------------|-------------|
81-
| `queue_worker_pending_messages` | gauge | Amount of messages waiting to be processed on given `queue_name`, `kubernetes_pod_name` | `queue_name` | Pro Edition |
81+
| `queue_worker_pending_messages` | gauge | Amount of messages waiting to be processed. | `queue_name`, `function_name` | Pro Edition |
8282
| `queue_worker_messages_processed_total` | counter | Total number of messages processed | `queue_name`, `kubernetes_pod_name` | Pro Edition |
8383
| `queue_worker_messages_submitted_total` | gauge | Total number of messages submitted to the queue by the gateway | `queue_name`, `kubernetes_pod_name` | Pro Edition |
84+
| `queue_worker_function_invocation_inflight` | gauge | Total number of inflight function requests made by the queue-worker | `queue_name`, `function_name` | Pro Edition |
8485

8586
## Watchdog
8687

0 commit comments

Comments
 (0)