You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The UNIX timestamp representing the timestamp immediately after receiving the last byte of the response of the last redirect
161
+
162
+
| Property | Value |
163
+
| --- | --- |
164
+
| Type |`double`|
165
+
| Has PII | false |
166
+
| Exists in OpenTelemetry | No |
167
+
| Example |`1732829558`|
168
+
156
169
### http.request.redirect_start
157
170
158
171
The UNIX timestamp representing the start time of the fetch which that initiates the redirect.
@@ -219,6 +232,17 @@ The UNIX timestamp representing the time immediately before the browser starts t
219
232
| Exists in OpenTelemetry | No |
220
233
| Example |`1732829555`|
221
234
235
+
### http.request.worker_start
236
+
237
+
The UNIX timestamp representing the timestamp immediately before dispatching the FetchEvent if a Service Worker thread is already running, or immediately before starting the Service Worker thread if it is not already running.
* The UNIX timestamp representing the timestamp immediately after receiving the last byte of the response of the last redirect `http.request.redirect_end`
3266
+
*
3267
+
* Attribute Value Type: `number` {@link HTTP_REQUEST_REDIRECT_END_TYPE}
* The UNIX timestamp representing the timestamp immediately before dispatching the FetchEvent if a Service Worker thread is already running, or immediately before starting the Service Worker thread if it is not already running. `http.request.worker_start`
3406
+
*
3407
+
* Attribute Value Type: `number` {@link HTTP_REQUEST_WORKER_START_TYPE}
"brief": "The UNIX timestamp representing the timestamp immediately before dispatching the FetchEvent if a Service Worker thread is already running, or immediately before starting the Service Worker thread if it is not already running.",
0 commit comments