timestamp | ISO datetime | Yes | UTC recommended |
environment | string | Yes | Example: production, staging |
method | string | Yes | HTTP method, normalized uppercase |
path | string | Yes | Endpoint path (ex. /v1/orders) |
status_code | integer | Yes | HTTP status code |
response_time_ms | number | Yes | Duration in milliseconds |
request_size | integer | Yes | Request payload bytes |
response_size | integer | Yes | Response payload bytes |
ip_address | string | No | Optional source IP |
user_agent | string | No | Consumer identifier fallback |
request_payload | string | No | Raw request body sample (truncated server-side) |
response_payload | string | No | Raw response body sample (truncated server-side) |