Add QUIC to the list of well known network transports (#1239)
Co-authored-by: Joao Grassi <5938087+joaopgrassi@users.noreply.github.com>
This commit is contained in:
parent
dde9dbd25e
commit
17decc3f22
|
|
@ -0,0 +1,4 @@
|
|||
change_type: enhancement
|
||||
component: network
|
||||
note: Add QUIC to the list of well known network transports
|
||||
issues: [ 1237, 1239 ]
|
||||
|
|
@ -88,12 +88,13 @@ different processes could be listening on TCP port 12345 and UDP port 12345.
|
|||
|
||||
`network.transport` 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.
|
||||
|
||||
| Value | Description | Stability |
|
||||
| ------ | ------------------------ | ---------------------------------------------------------- |
|
||||
| `pipe` | Named or anonymous pipe. |  |
|
||||
| `tcp` | TCP |  |
|
||||
| `udp` | UDP |  |
|
||||
| `unix` | Unix domain socket |  |
|
||||
| Value | Description | Stability |
|
||||
| ------ | ------------------------ | ---------------------------------------------------------------- |
|
||||
| `pipe` | Named or anonymous pipe. |  |
|
||||
| `quic` | QUIC |  |
|
||||
| `tcp` | TCP |  |
|
||||
| `udp` | UDP |  |
|
||||
| `unix` | Unix domain socket |  |
|
||||
|
||||
`network.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.
|
||||
|
||||
|
|
|
|||
|
|
@ -86,6 +86,7 @@ different processes could be listening on TCP port 12345 and UDP port 12345.
|
|||
| Value | Description | Stability |
|
||||
|---|---|---|
|
||||
| `pipe` | Named or anonymous pipe. |  |
|
||||
| `quic` | QUIC |  |
|
||||
| `tcp` | TCP |  |
|
||||
| `udp` | UDP |  |
|
||||
| `unix` | Unix domain socket |  |
|
||||
|
|
@ -182,6 +183,7 @@ different processes could be listening on TCP port 12345 and UDP port 12345.
|
|||
| Value | Description | Stability |
|
||||
|---|---|---|
|
||||
| `pipe` | Named or anonymous pipe. |  |
|
||||
| `quic` | QUIC |  |
|
||||
| `tcp` | TCP |  |
|
||||
| `udp` | UDP |  |
|
||||
| `unix` | Unix domain socket |  |
|
||||
|
|
@ -258,6 +260,7 @@ different processes could be listening on TCP port 12345 and UDP port 12345.
|
|||
| Value | Description | Stability |
|
||||
|---|---|---|
|
||||
| `pipe` | Named or anonymous pipe. |  |
|
||||
| `quic` | QUIC |  |
|
||||
| `tcp` | TCP |  |
|
||||
| `udp` | UDP |  |
|
||||
| `unix` | Unix domain socket |  |
|
||||
|
|
@ -333,6 +336,7 @@ different processes could be listening on TCP port 12345 and UDP port 12345.
|
|||
| Value | Description | Stability |
|
||||
|---|---|---|
|
||||
| `pipe` | Named or anonymous pipe. |  |
|
||||
| `quic` | QUIC |  |
|
||||
| `tcp` | TCP |  |
|
||||
| `udp` | UDP |  |
|
||||
| `unix` | Unix domain socket |  |
|
||||
|
|
@ -414,6 +418,7 @@ different processes could be listening on TCP port 12345 and UDP port 12345.
|
|||
| Value | Description | Stability |
|
||||
|---|---|---|
|
||||
| `pipe` | Named or anonymous pipe. |  |
|
||||
| `quic` | QUIC |  |
|
||||
| `tcp` | TCP |  |
|
||||
| `udp` | UDP |  |
|
||||
| `unix` | Unix domain socket |  |
|
||||
|
|
@ -491,6 +496,7 @@ different processes could be listening on TCP port 12345 and UDP port 12345.
|
|||
| Value | Description | Stability |
|
||||
|---|---|---|
|
||||
| `pipe` | Named or anonymous pipe. |  |
|
||||
| `quic` | QUIC |  |
|
||||
| `tcp` | TCP |  |
|
||||
| `udp` | UDP |  |
|
||||
| `unix` | Unix domain socket |  |
|
||||
|
|
@ -581,6 +587,7 @@ different processes could be listening on TCP port 12345 and UDP port 12345.
|
|||
| Value | Description | Stability |
|
||||
|---|---|---|
|
||||
| `pipe` | Named or anonymous pipe. |  |
|
||||
| `quic` | QUIC |  |
|
||||
| `tcp` | TCP |  |
|
||||
| `udp` | UDP |  |
|
||||
| `unix` | Unix domain socket |  |
|
||||
|
|
@ -656,6 +663,7 @@ different processes could be listening on TCP port 12345 and UDP port 12345.
|
|||
| Value | Description | Stability |
|
||||
|---|---|---|
|
||||
| `pipe` | Named or anonymous pipe. |  |
|
||||
| `quic` | QUIC |  |
|
||||
| `tcp` | TCP |  |
|
||||
| `udp` | UDP |  |
|
||||
| `unix` | Unix domain socket |  |
|
||||
|
|
|
|||
|
|
@ -245,6 +245,7 @@ different processes could be listening on TCP port 12345 and UDP port 12345.
|
|||
| Value | Description | Stability |
|
||||
|---|---|---|
|
||||
| `pipe` | Named or anonymous pipe. |  |
|
||||
| `quic` | QUIC |  |
|
||||
| `tcp` | TCP |  |
|
||||
| `udp` | UDP |  |
|
||||
| `unix` | Unix domain socket |  |
|
||||
|
|
|
|||
|
|
@ -258,6 +258,7 @@ and SHOULD be provided **at span creation time** (if provided at all):
|
|||
| Value | Description | Stability |
|
||||
|---|---|---|
|
||||
| `pipe` | Named or anonymous pipe. |  |
|
||||
| `quic` | QUIC |  |
|
||||
| `tcp` | TCP |  |
|
||||
| `udp` | UDP |  |
|
||||
| `unix` | Unix domain socket |  |
|
||||
|
|
@ -522,6 +523,7 @@ and SHOULD be provided **at span creation time** (if provided at all):
|
|||
| Value | Description | Stability |
|
||||
|---|---|---|
|
||||
| `pipe` | Named or anonymous pipe. |  |
|
||||
| `quic` | QUIC |  |
|
||||
| `tcp` | TCP |  |
|
||||
| `udp` | UDP |  |
|
||||
| `unix` | Unix domain socket |  |
|
||||
|
|
|
|||
|
|
@ -386,6 +386,7 @@ different processes could be listening on TCP port 12345 and UDP port 12345.
|
|||
| Value | Description | Stability |
|
||||
|---|---|---|
|
||||
| `pipe` | Named or anonymous pipe. |  |
|
||||
| `quic` | QUIC |  |
|
||||
| `tcp` | TCP |  |
|
||||
| `udp` | UDP |  |
|
||||
| `unix` | Unix domain socket |  |
|
||||
|
|
|
|||
|
|
@ -138,6 +138,7 @@ different processes could be listening on TCP port 12345 and UDP port 12345.
|
|||
| Value | Description | Stability |
|
||||
|---|---|---|
|
||||
| `pipe` | Named or anonymous pipe. |  |
|
||||
| `quic` | QUIC |  |
|
||||
| `tcp` | TCP |  |
|
||||
| `udp` | UDP |  |
|
||||
| `unix` | Unix domain socket |  |
|
||||
|
|
@ -220,6 +221,7 @@ different processes could be listening on TCP port 12345 and UDP port 12345.
|
|||
| Value | Description | Stability |
|
||||
|---|---|---|
|
||||
| `pipe` | Named or anonymous pipe. |  |
|
||||
| `quic` | QUIC |  |
|
||||
| `tcp` | TCP |  |
|
||||
| `udp` | UDP |  |
|
||||
| `unix` | Unix domain socket |  |
|
||||
|
|
|
|||
|
|
@ -1305,6 +1305,7 @@ different processes could be listening on TCP port 12345 and UDP port 12345.
|
|||
| Value | Description | Stability |
|
||||
|---|---|---|
|
||||
| `pipe` | Named or anonymous pipe. |  |
|
||||
| `quic` | QUIC |  |
|
||||
| `tcp` | TCP |  |
|
||||
| `udp` | UDP |  |
|
||||
| `unix` | Unix domain socket |  |
|
||||
|
|
|
|||
|
|
@ -195,6 +195,10 @@ groups:
|
|||
value: 'unix'
|
||||
brief: "Unix domain socket"
|
||||
stability: stable
|
||||
- id: quic
|
||||
value: 'quic'
|
||||
brief: "QUIC"
|
||||
stability: experimental
|
||||
brief: >
|
||||
[OSI transport layer](https://osi-model.com/transport-layer/) or
|
||||
[inter-process communication method](https://wikipedia.org/wiki/Inter-process_communication).
|
||||
|
|
|
|||
Loading…
Reference in New Issue