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
@@ -232,6 +233,17 @@ The UNIX timestamp representing the time immediately before the browser starts t
232
233
| Exists in OpenTelemetry | No |
233
234
| Example |`1732829555.73`|
234
235
236
+
### http.request.time_to_first_byte
237
+
238
+
The time in seconds from the browser's timeorigin to when the first byte of the request's response was received. See https://web.dev/articles/ttfb#measure-resource-requests
239
+
240
+
| Property | Value |
241
+
| --- | --- |
242
+
| Type |`double`|
243
+
| Has PII | false |
244
+
| Exists in OpenTelemetry | No |
245
+
| Example |`1.032`|
246
+
235
247
### http.request.worker_start
236
248
237
249
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 time in seconds from the browser's timeorigin to when the first byte of the request's response was received. See https://web.dev/articles/ttfb#measure-resource-requests `http.request.time_to_first_byte`
3410
+
*
3411
+
* Attribute Value Type: `number` {@link HTTP_REQUEST_TIME_TO_FIRST_BYTE_TYPE}
"brief": "The time in seconds from the browser's timeorigin to when the first byte of the request's response was received. See https://web.dev/articles/ttfb#measure-resource-requests",
0 commit comments