http.request.method | string | HTTP method, e.g. GET or POST. |
url.path | string | Request path, e.g. /users/123. |
url.query | string | Query string without ?, e.g. page=2. |
user_agent.original | string | Value of the User-Agent header. |
http.route | string | Matched endpoint route pattern, e.g. /users/:id. |
http.response.status_code | number | HTTP response status code, e.g. 200 or 404. |
apitally.consumer.identifier | string | Consumer identifier supplied via setConsumer(). |
apitally.consumer.group | string | Optional consumer group supplied via setConsumer(). |