Attribute name | Attribute type | Docstring | Unit |
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 ? | |
object_id | oidtype | The object identifier
The object identifier is an attribute shared by all persistent instances. It is the prime key, by which object identity is established | |
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 | |