Skip to main content

HTTP__SERVER__REQUEST__TIME_IN_QUEUE

Constant HTTP__SERVER__REQUEST__TIME_IN_QUEUE 

Source
pub const HTTP__SERVER__REQUEST__TIME_IN_QUEUE: &str = "http.server.request.time_in_queue";
Expand description

The time in milliseconds the request spent in the server queue before processing began. Measured from the X-Request-Start header set by reverse proxies (e.g., Nginx, HAProxy, Heroku) to when the application started handling the request.

  • PII: Maybe
  • Rewriting behavior: None