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: docs/http/http-metrics.md
+12
Original file line number
Diff line number
Diff line change
@@ -131,6 +131,8 @@ SHOULD include the [application root](/docs/http/http-spans.md#http-server-defin
131
131
include host identifier.
132
132
- Host identifier of the [request target](https://www.rfc-editor.org/rfc/rfc9110.html#target.resource)
133
133
if it's sent in absolute-form.
134
+
- Host identifier of [Forwarded#host](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Forwarded#host),
135
+
[X-Forwarded-Host](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Forwarded-Host), or a similar header.
134
136
- Host identifier of the `Host` header
135
137
136
138
SHOULD NOT be set if only IP address is available and capturing name would require a reverse DNS lookup.
@@ -140,6 +142,8 @@ SHOULD NOT be set if only IP address is available and capturing name would requi
140
142
- Port identifier of the [primary server host](/docs/http/http-spans.md#http-server-definitions) of the matched virtual host.
141
143
- Port identifier of the [request target](https://www.rfc-editor.org/rfc/rfc9110.html#target.resource)
142
144
if it's sent in absolute-form.
145
+
- Host identifier of [Forwarded#host](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Forwarded#host),
146
+
[X-Forwarded-Host](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Forwarded-Host), or a similar header.
143
147
- Port identifier of the `Host` header
144
148
145
149
`error.type` has the following list of well-known values. If one of them applies, then the respective value MUST be used, otherwise a custom value MAY be used.
@@ -310,6 +314,8 @@ SHOULD include the [application root](/docs/http/http-spans.md#http-server-defin
310
314
include host identifier.
311
315
- Host identifier of the [request target](https://www.rfc-editor.org/rfc/rfc9110.html#target.resource)
312
316
if it's sent in absolute-form.
317
+
- Host identifier of [Forwarded#host](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Forwarded#host),
318
+
[X-Forwarded-Host](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Forwarded-Host), or a similar header.
313
319
- Host identifier of the `Host` header
314
320
315
321
SHOULD NOT be set if only IP address is available and capturing name would require a reverse DNS lookup.
@@ -319,6 +325,8 @@ SHOULD NOT be set if only IP address is available and capturing name would requi
319
325
- Port identifier of the [primary server host](/docs/http/http-spans.md#http-server-definitions) of the matched virtual host.
320
326
- Port identifier of the [request target](https://www.rfc-editor.org/rfc/rfc9110.html#target.resource)
321
327
if it's sent in absolute-form.
328
+
- Host identifier of [Forwarded#host](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Forwarded#host),
329
+
[X-Forwarded-Host](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Forwarded-Host), or a similar header.
322
330
- Port identifier of the `Host` header
323
331
324
332
`error.type` has the following list of well-known values. If one of them applies, then the respective value MUST be used, otherwise a custom value MAY be used.
@@ -415,6 +423,8 @@ SHOULD include the [application root](/docs/http/http-spans.md#http-server-defin
415
423
include host identifier.
416
424
- Host identifier of the [request target](https://www.rfc-editor.org/rfc/rfc9110.html#target.resource)
417
425
if it's sent in absolute-form.
426
+
- Host identifier of [Forwarded#host](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Forwarded#host),
427
+
[X-Forwarded-Host](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Forwarded-Host), or a similar header.
418
428
- Host identifier of the `Host` header
419
429
420
430
SHOULD NOT be set if only IP address is available and capturing name would require a reverse DNS lookup.
@@ -424,6 +434,8 @@ SHOULD NOT be set if only IP address is available and capturing name would requi
424
434
- Port identifier of the [primary server host](/docs/http/http-spans.md#http-server-definitions) of the matched virtual host.
425
435
- Port identifier of the [request target](https://www.rfc-editor.org/rfc/rfc9110.html#target.resource)
426
436
if it's sent in absolute-form.
437
+
- Host identifier of [Forwarded#host](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Forwarded#host),
438
+
[X-Forwarded-Host](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Forwarded-Host), or a similar header.
427
439
- Port identifier of the `Host` header
428
440
429
441
`error.type` has the following list of well-known values. If one of them applies, then the respective value MUST be used, otherwise a custom value MAY be used.
0 commit comments