Expand description
Work handler Prometheus metric names
Modules§
- error_
types - Error type values for work handler metrics
Constants§
- CANCELLATION_
TOTAL - Total number of requests cancelled by work handler (client stop/kill or disconnect)
- ERRORS_
TOTAL - Total number of errors in work handler processing
- ERROR_
TYPE_ LABEL - Label name for error type classification
- INFLIGHT_
REQUESTS - Number of requests currently being processed by work handler Note: This is a gauge metric (current state) that can go up and down, so no _total suffix
- NETWORK_
TRANSIT_ SECONDS - Network transit: frontend send to backend receive (wall-clock, cross-process)
- REQUESTS_
TOTAL - Total number of requests processed by work handler
- REQUEST_
BYTES_ TOTAL - Total number of bytes received in requests by work handler
- REQUEST_
DURATION_ SECONDS - Time spent processing requests by work handler (histogram)
- RESPONSE_
BYTES_ TOTAL - Total number of bytes sent in responses by work handler
- TIME_
TO_ FIRST_ RESPONSE_ SECONDS - Backend processing: handle_payload entry to first response sent