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
|`network.transport`| string |[OSI transport layer](https://osi-model.com/transport-layer/) or [inter-process communication method](https://en.wikipedia.org/wiki/Inter-process_communication). |`tcp`; `unix`| Always |
291
-
|`network.transport`| string |[OSI network layer](https://osi-model.com/network-layer/) or non-OSI equivalent. |`ipv4`; `ipv6`| If the transport is `tcp` or `udp`. |
291
+
|`network.type`| string |[OSI network layer](https://osi-model.com/network-layer/) or non-OSI equivalent. |`ipv4`; `ipv6`| If the transport is `tcp` or `udp`. |
292
292
|`server.address`| string | Server address domain name if available without reverse DNS lookup; otherwise, IP address or Unix domain socket name. |`example.com`| Always |
293
293
|`server.port`| int | Server port number |`80`; `8080`; `443`| If the transport is `tcp` or `udp`. |
294
294
@@ -305,7 +305,7 @@ Available starting in: .NET 8.0.
|`network.protocol.version`| string | Version of the protocol specified in `network.protocol.name`. |`1.1`; `2`| Always |
307
307
|`network.transport`| string |[OSI transport layer](https://osi-model.com/transport-layer/) or [inter-process communication method](https://en.wikipedia.org/wiki/Inter-process_communication). |`tcp`; `unix`| Always |
308
-
|`network.transport`| string |[OSI network layer](https://osi-model.com/network-layer/) or non-OSI equivalent. |`ipv4`; `ipv6`| If the transport is `tcp` or `udp`. |
308
+
|`network.type`| string |[OSI network layer](https://osi-model.com/network-layer/) or non-OSI equivalent. |`ipv4`; `ipv6`| If the transport is `tcp` or `udp`. |
309
309
|`server.address`| string | Server address domain name if available without reverse DNS lookup; otherwise, IP address or Unix domain socket name. |`example.com`| Always |
310
310
|`server.port`| int | Server port number |`80`; `8080`; `443`| If the transport is `tcp` or `udp`. |
311
311
@@ -320,7 +320,7 @@ Available starting in: .NET 8.0.
|`network.transport`| string |[OSI transport layer](https://osi-model.com/transport-layer/) or [inter-process communication method](https://en.wikipedia.org/wiki/Inter-process_communication). |`tcp`; `unix`| Always |
323
-
|`network.transport`| string |[OSI network layer](https://osi-model.com/network-layer/) or non-OSI equivalent. |`ipv4`; `ipv6`| If the transport is `tcp` or `udp`. |
323
+
|`network.type`| string |[OSI network layer](https://osi-model.com/network-layer/) or non-OSI equivalent. |`ipv4`; `ipv6`| If the transport is `tcp` or `udp`. |
324
324
|`server.address`| string | Server address domain name if available without reverse DNS lookup; otherwise, IP address or Unix domain socket name. |`example.com`| Always |
325
325
|`server.port`| int | Server port number |`80`; `8080`; `443`| If the transport is `tcp` or `udp`. |
326
326
@@ -338,7 +338,7 @@ Available starting in: .NET 8.0.
338
338
|---|---|---|---|---|
339
339
|`error.type`| string | The full name of exception type. |`System.OperationCanceledException`; `Contoso.MyException`| If an exception was thrown. |
340
340
|`network.transport`| string |[OSI transport layer](https://osi-model.com/transport-layer/) or [inter-process communication method](https://en.wikipedia.org/wiki/Inter-process_communication). |`tcp`; `unix`| Always |
341
-
|`network.transport`| string |[OSI network layer](https://osi-model.com/network-layer/) or non-OSI equivalent. |`ipv4`; `ipv6`| If the transport is `tcp` or `udp`. |
341
+
|`network.type`| string |[OSI network layer](https://osi-model.com/network-layer/) or non-OSI equivalent. |`ipv4`; `ipv6`| If the transport is `tcp` or `udp`. |
342
342
|`server.address`| string | Server address domain name if available without reverse DNS lookup; otherwise, IP address or Unix domain socket name. |`example.com`| Always |
343
343
|`server.port`| int | Server port number |`80`; `8080`; `443`| If the transport is `tcp` or `udp`. |
344
344
|`tls.protocol.version`| string | TLS protocol version. |`1.2`; `1.3`| If the connection is secured with TLS. |
@@ -356,7 +356,7 @@ Available starting in: .NET 8.0.
|`network.transport`| string |[OSI transport layer](https://osi-model.com/transport-layer/) or [inter-process communication method](https://en.wikipedia.org/wiki/Inter-process_communication). |`tcp`; `unix`| Always |
359
-
|`network.transport`| string |[OSI network layer](https://osi-model.com/network-layer/) or non-OSI equivalent. |`ipv4`; `ipv6`| If the transport is `tcp` or `udp`. |
359
+
|`network.type`| string |[OSI network layer](https://osi-model.com/network-layer/) or non-OSI equivalent. |`ipv4`; `ipv6`| If the transport is `tcp` or `udp`. |
360
360
|`server.address`| string | Server address domain name if available without reverse DNS lookup; otherwise, IP address or Unix domain socket name. |`example.com`| Always |
361
361
|`server.port`| int | Server port number |`80`; `8080`; `443`| If the transport is `tcp` or `udp`. |
0 commit comments