WebPubSubHttpRequest
Http request logs provide detailed information for the http requests received by Azure Web PubSub. For example, status code and url of the request and is helpful to troubleshoot request-related issues.
Solutions
- LogManagement
Columns
| Column | Type | Description |
|---|---|---|
| CallerIpAddress | string | The IP of the client or server connects to Web PubSub service. |
| DurationMs | string | The duration in millisecond unit between the request is received and processed. |
| Headers | string | The additional information passed by the client and the server with an HTTP request or response. |
| HttpMethod | string | The HTTP method. |
| Level | string | The level of the log. Can be 'Informational', 'Warning', 'Error' or 'Critical'. |
| Location | string | The location of Azure Web PubSub service. |
| Message | string | The message of the log event. It provides details about the event. |
| OperationName | string | The operation of the log event. It can be used to filter the log based on a specific operation name. |
| _ResourceId | string | A unique identifier for the resource that the record is associated with |
| SourceSystem | string | |
| StatusCode | string | The Http response code. |
| _SubscriptionId | string | A unique identifier for the subscription that the record is associated with |
| TenantId | string | |
| TimeGenerated | datetime | The timestamp (UTC) of the log. |
| TraceId | string | The unique identifier of the invocations. It's used for tracing invocations. |
| Type | string | The name of the table |
| Url | string | The uniform resource locator of the request. |