| errors | str | The error messages during the request | |
| hostname | str | The hostname handling the request | |
| ip | str | The IP address doing the request | |
| is_bot | int | Is the requestor recognized as bot ? | |
| project | str | The project of the request | |
| request_id | int | The request id of the request | |
| session_id | str | The session id of the request | |
| timestamp | datetime | Start of the HTTP request | |
| total_seconds | float | The total time taken by the request | |
| url | str | The requested url | |
| useragent | str | The user agent (browser) doing the request | |
| username | str | The username doing the request | |