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 |
226
-
|`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`. |
225
+
|`network.transport`| string |[OSI transport layer](https://www.geeksforgeeks.org/transport-layer-in-osi-model/) or [inter-process communication method](https://en.wikipedia.org/wiki/Inter-process_communication). |`tcp`; `unix`| Always |
226
+
|`network.type`| string |[OSI network layer](https://www.geeksforgeeks.org/network-layer-in-osi-model/) or non-OSI equivalent. |`ipv4`; `ipv6`| If the transport is `tcp` or `udp`. |
227
227
|`server.address`| string | Server address domain name if available without reverse DNS lookup; otherwise, IP address or Unix domain socket name. |`example.com`| Always |
228
228
|`server.port`| int | Server port number |`80`; `8080`; `443`| If the transport is `tcp` or `udp`. |
|`error.type`| string | Describes a type of error the connection ended with, or the unhandled exception type thrown during the connection pipeline. Known connection errors can be found at [Semantic Conventions for Kestrel web server metrics](https://opentelemetry.io/docs/specs/semconv/dotnet/dotnet-kestrel-metrics/). |`connection_reset`; `invalid_request_headers`; `System.OperationCanceledException`| If the connection ended with a known error or an exception was thrown. |
|`network.protocol.version`| string | Version of the protocol specified in `network.protocol.name`. |`1.1`; `2`| Always |
243
-
|`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 |
244
-
|`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`. |
243
+
|`network.transport`| string |[OSI transport layer](https://www.geeksforgeeks.org/transport-layer-in-osi-model/) or [inter-process communication method](https://en.wikipedia.org/wiki/Inter-process_communication). |`tcp`; `unix`| Always |
244
+
|`network.type`| string |[OSI network layer](https://www.geeksforgeeks.org/network-layer-in-osi-model/) or non-OSI equivalent. |`ipv4`; `ipv6`| If the transport is `tcp` or `udp`. |
245
245
|`server.address`| string | Server address domain name if available without reverse DNS lookup; otherwise, IP address or Unix domain socket name. |`example.com`| Always |
246
246
|`server.port`| int | Server port number |`80`; `8080`; `443`| If the transport is `tcp` or `udp`. |
247
247
|`tls.protocol.version`| string | TLS protocol version. |`1.2`; `1.3`| If the connection is secured with TLS. |
@@ -258,8 +258,8 @@ When a connection ends with a known error, the `error.type` attribute value is s
|`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 |
262
-
|`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`. |
261
+
|`network.transport`| string |[OSI transport layer](https://www.geeksforgeeks.org/transport-layer-in-osi-model/) or [inter-process communication method](https://en.wikipedia.org/wiki/Inter-process_communication). |`tcp`; `unix`| Always |
262
+
|`network.type`| string |[OSI network layer](https://www.geeksforgeeks.org/network-layer-in-osi-model/) or non-OSI equivalent. |`ipv4`; `ipv6`| If the transport is `tcp` or `udp`. |
263
263
|`server.address`| string | Server address domain name if available without reverse DNS lookup; otherwise, IP address or Unix domain socket name. |`example.com`| Always |
264
264
|`server.port`| int | Server port number |`80`; `8080`; `443`| If the transport is `tcp` or `udp`. |
265
265
@@ -275,8 +275,8 @@ Connections are rejected when the currently active count exceeds the value confi
|`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 |
279
-
|`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`. |
278
+
|`network.transport`| string |[OSI transport layer](https://www.geeksforgeeks.org/transport-layer-in-osi-model/) or [inter-process communication method](https://en.wikipedia.org/wiki/Inter-process_communication). |`tcp`; `unix`| Always |
279
+
|`network.type`| string |[OSI network layer](https://www.geeksforgeeks.org/network-layer-in-osi-model/) or non-OSI equivalent. |`ipv4`; `ipv6`| If the transport is `tcp` or `udp`. |
280
280
|`server.address`| string | Server address domain name if available without reverse DNS lookup; otherwise, IP address or Unix domain socket name. |`example.com`| Always |
281
281
|`server.port`| int | Server port number |`80`; `8080`; `443`| If the transport is `tcp` or `udp`. |
282
282
@@ -290,10 +290,10 @@ Connections are rejected when the currently active count exceeds the value confi
|`network.protocol.version`| string | Version of the protocol specified in `network.protocol.name`. |`1.1`; `2`| Always |
295
-
|`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 |
296
-
|`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`. |
295
+
|`network.transport`| string |[OSI transport layer](https://www.geeksforgeeks.org/transport-layer-in-osi-model/) or [inter-process communication method](https://en.wikipedia.org/wiki/Inter-process_communication). |`tcp`; `unix`| Always |
296
+
|`network.type`| string |[OSI network layer](https://www.geeksforgeeks.org/network-layer-in-osi-model/) or non-OSI equivalent. |`ipv4`; `ipv6`| If the transport is `tcp` or `udp`. |
297
297
|`server.address`| string | Server address domain name if available without reverse DNS lookup; otherwise, IP address or Unix domain socket name. |`example.com`| Always |
298
298
|`server.port`| int | Server port number |`80`; `8080`; `443`| If the transport is `tcp` or `udp`. |
299
299
@@ -307,8 +307,8 @@ Connections are rejected when the currently active count exceeds the value confi
|`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 |
311
-
|`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`. |
310
+
|`network.transport`| string |[OSI transport layer](https://www.geeksforgeeks.org/transport-layer-in-osi-model/) or [inter-process communication method](https://en.wikipedia.org/wiki/Inter-process_communication). |`tcp`; `unix`| Always |
311
+
|`network.type`| string |[OSI network layer](https://www.geeksforgeeks.org/network-layer-in-osi-model/) or non-OSI equivalent. |`ipv4`; `ipv6`| If the transport is `tcp` or `udp`. |
312
312
|`server.address`| string | Server address domain name if available without reverse DNS lookup; otherwise, IP address or Unix domain socket name. |`example.com`| Always |
313
313
|`server.port`| int | Server port number |`80`; `8080`; `443`| If the transport is `tcp` or `udp`. |
314
314
@@ -325,8 +325,8 @@ The counter only tracks HTTP/1.1 connections.
|`error.type`| string | The full name of exception type. |`System.OperationCanceledException`; `Contoso.MyException`| If an exception was thrown. |
328
-
|`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 |
329
-
|`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`. |
328
+
|`network.transport`| string |[OSI transport layer](https://www.geeksforgeeks.org/transport-layer-in-osi-model/) or [inter-process communication method](https://en.wikipedia.org/wiki/Inter-process_communication). |`tcp`; `unix`| Always |
329
+
|`network.type`| string |[OSI network layer](https://www.geeksforgeeks.org/network-layer-in-osi-model/) or non-OSI equivalent. |`ipv4`; `ipv6`| If the transport is `tcp` or `udp`. |
330
330
|`server.address`| string | Server address domain name if available without reverse DNS lookup; otherwise, IP address or Unix domain socket name. |`example.com`| Always |
331
331
|`server.port`| int | Server port number |`80`; `8080`; `443`| If the transport is `tcp` or `udp`. |
332
332
|`tls.protocol.version`| string | TLS protocol version. |`1.2`; `1.3`| If the connection is secured with TLS. |
@@ -343,8 +343,8 @@ When using OpenTelemetry, the default buckets for this metic are set to [ 0.005,
|`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 |
347
-
|`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`. |
346
+
|`network.transport`| string |[OSI transport layer](https://www.geeksforgeeks.org/transport-layer-in-osi-model/) or [inter-process communication method](https://en.wikipedia.org/wiki/Inter-process_communication). |`tcp`; `unix`| Always |
347
+
|`network.type`| string |[OSI network layer](https://www.geeksforgeeks.org/network-layer-in-osi-model/) or non-OSI equivalent. |`ipv4`; `ipv6`| If the transport is `tcp` or `udp`. |
348
348
|`server.address`| string | Server address domain name if available without reverse DNS lookup; otherwise, IP address or Unix domain socket name. |`example.com`| Always |
349
349
|`server.port`| int | Server port number |`80`; `8080`; `443`| If the transport is `tcp` or `udp`. |
0 commit comments