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
Copy file name to clipboardExpand all lines: generated/attributes/http.md
+22-22Lines changed: 22 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,54 +82,54 @@ The UNIX timestamp representing the time immediately before the user agent start
82
82
83
83
| Property | Value |
84
84
| --- | --- |
85
-
| Type |`integer`|
85
+
| Type |`double`|
86
86
| Has PII | false |
87
87
| Exists in OpenTelemetry | No |
88
-
| Example |`1732829555`|
88
+
| Example |`1732829555.111`|
89
89
90
90
### http.request.connection_end
91
91
92
92
The UNIX timestamp representing the time immediately after the browser finishes establishing the connection to the server to retrieve the resource. The timestamp value includes the time interval to establish the transport connection, as well as other time intervals such as TLS handshake and SOCKS authentication.
93
93
94
94
| Property | Value |
95
95
| --- | --- |
96
-
| Type |`integer`|
96
+
| Type |`double`|
97
97
| Has PII | false |
98
98
| Exists in OpenTelemetry | No |
99
-
| Example |`1732829555`|
99
+
| Example |`1732829555.15`|
100
100
101
101
### http.request.domain_lookup_end
102
102
103
103
The UNIX timestamp representing the time immediately after the browser finishes the domain-name lookup for the resource.
104
104
105
105
| Property | Value |
106
106
| --- | --- |
107
-
| Type |`integer`|
107
+
| Type |`double`|
108
108
| Has PII | false |
109
109
| Exists in OpenTelemetry | No |
110
-
| Example |`1732829555`|
110
+
| Example |`1732829555.201`|
111
111
112
112
### http.request.domain_lookup_start
113
113
114
114
The UNIX timestamp representing the time immediately before the browser starts the domain name lookup for the resource.
115
115
116
116
| Property | Value |
117
117
| --- | --- |
118
-
| Type |`integer`|
118
+
| Type |`double`|
119
119
| Has PII | false |
120
120
| Exists in OpenTelemetry | No |
121
-
| Example |`1732829555`|
121
+
| Example |`1732829555.322`|
122
122
123
123
### http.request.fetch_start
124
124
125
125
The UNIX timestamp representing the time immediately before the browser starts to fetch the resource.
126
126
127
127
| Property | Value |
128
128
| --- | --- |
129
-
| Type |`integer`|
129
+
| Type |`double`|
130
130
| Has PII | false |
131
131
| Exists in OpenTelemetry | No |
132
-
| Example |`1732829555`|
132
+
| Example |`1732829555.389`|
133
133
134
134
### http.request.header.\<key\>
135
135
@@ -164,29 +164,29 @@ The UNIX timestamp representing the timestamp immediately after receiving the la
164
164
| Type |`double`|
165
165
| Has PII | false |
166
166
| Exists in OpenTelemetry | No |
167
-
| Example |`1732829558`|
167
+
| Example |`1732829558.502`|
168
168
169
169
### http.request.redirect_start
170
170
171
171
The UNIX timestamp representing the start time of the fetch which that initiates the redirect.
172
172
173
173
| Property | Value |
174
174
| --- | --- |
175
-
| Type |`integer`|
175
+
| Type |`double`|
176
176
| Has PII | false |
177
177
| Exists in OpenTelemetry | No |
178
-
| Example |`1732829555`|
178
+
| Example |`1732829555.495`|
179
179
180
180
### http.request.request_start
181
181
182
182
The UNIX timestamp representing the time immediately before the browser starts requesting the resource from the server, cache, or local resource. If the transport connection fails and the browser retires the request, the value returned will be the start of the retry request.
183
183
184
184
| Property | Value |
185
185
| --- | --- |
186
-
| Type |`integer`|
186
+
| Type |`double`|
187
187
| Has PII | false |
188
188
| Exists in OpenTelemetry | No |
189
-
| Example |`1732829555`|
189
+
| Example |`1732829555.51`|
190
190
191
191
### http.request.resend_count
192
192
@@ -205,32 +205,32 @@ The UNIX timestamp representing the time immediately after the browser receives
205
205
206
206
| Property | Value |
207
207
| --- | --- |
208
-
| Type |`integer`|
208
+
| Type |`double`|
209
209
| Has PII | false |
210
210
| Exists in OpenTelemetry | No |
211
-
| Example |`1732829555`|
211
+
| Example |`1732829555.89`|
212
212
213
213
### http.request.response_start
214
214
215
215
The UNIX timestamp representing the time immediately before the browser starts requesting the resource from the server, cache, or local resource. If the transport connection fails and the browser retires the request, the value returned will be the start of the retry request.
216
216
217
217
| Property | Value |
218
218
| --- | --- |
219
-
| Type |`integer`|
219
+
| Type |`double`|
220
220
| Has PII | false |
221
221
| Exists in OpenTelemetry | No |
222
-
| Example |`1732829555`|
222
+
| Example |`1732829555.7`|
223
223
224
224
### http.request.secure_connection_start
225
225
226
226
The UNIX timestamp representing the time immediately before the browser starts the handshake process to secure the current connection. If a secure connection is not used, the property returns zero.
227
227
228
228
| Property | Value |
229
229
| --- | --- |
230
-
| Type |`integer`|
230
+
| Type |`double`|
231
231
| Has PII | false |
232
232
| Exists in OpenTelemetry | No |
233
-
| Example |`1732829555`|
233
+
| Example |`1732829555.73`|
234
234
235
235
### http.request.worker_start
236
236
@@ -241,7 +241,7 @@ The UNIX timestamp representing the timestamp immediately before dispatching the
"brief": "The UNIX timestamp representing the time immediately before the user agent starts establishing the connection to the server to retrieve the resource.",
"brief": "The UNIX timestamp representing the time immediately after the browser finishes establishing the connection to the server to retrieve the resource. The timestamp value includes the time interval to establish the transport connection, as well as other time intervals such as TLS handshake and SOCKS authentication.",
"brief": "The UNIX timestamp representing the time immediately before the browser starts requesting the resource from the server, cache, or local resource. If the transport connection fails and the browser retires the request, the value returned will be the start of the retry request.",
0 commit comments