Backend request
- bereq.body_bytes_written — Total HTTP body bytes written to a backend
- bereq.bytes_written — Total bytes written to a backend
- bereq.header_bytes_written — Total HTTP header bytes written to a backend
- bereq.headers — Collection of HTTP headers sent to the backend
- bereq.http.{NAME} — HTTP headers by name sent to the backend
- bereq.is_clustering — Whether the request was forwarded to another machine in the cluster
- bereq.method — HTTP method sent to the backend
- bereq.proto — HTTP protocol and version sent to the backend
- bereq.request — Alias of
bereq.method - bereq.url — HTTP URL sent to the backend (URL-encoded)
- bereq.url.basename — File trailing name component of
bereq.url(URL-encoded) - bereq.url.dirname — Directory name component of
bereq.url(URL-encoded) - bereq.url.ext — File extension component of
bereq.url(URL-encoded) - bereq.url.path — Path component of
bereq.url(URL-encoded) - bereq.url.qs — Query string name component of
bereq.url(URL-encoded)