Skip to content

Commit 607a441

Browse files
authored
Stabilize network.transport enum value quic (#2275)
1 parent 9fa0905 commit 607a441

File tree

9 files changed

+39
-17
lines changed

9 files changed

+39
-17
lines changed

.chloggen/stabilize-quic.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Use this changelog template to create an entry for release notes.
2+
#
3+
# If your change doesn't affect end users you should instead start
4+
# your pull request title with [chore] or use the "Skip Changelog" label.
5+
6+
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
7+
change_type: enhancement
8+
9+
# The name of the area of concern in the attributes-registry, (e.g. http, cloud, db)
10+
component: network
11+
12+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
13+
note: Stabilize `network.transport` enum value `quic`.
14+
15+
# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
16+
# The values here must be integers.
17+
issues: [ 2275 ]
18+
19+
# (Optional) One or more lines of additional information to render under the primary note.
20+
# These lines will be padded with 2 spaces and then inserted directly into the document.
21+
# Use pipe (|) for multiline entries.
22+
subtext:

docs/dotnet/dotnet-kestrel-metrics.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ different processes could be listening on TCP port 12345 and UDP port 12345.
7171
| Value | Description | Stability |
7272
|---|---|---|
7373
| `pipe` | Named or anonymous pipe. | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |
74-
| `quic` | QUIC | ![Development](https://img.shields.io/badge/-development-blue) |
74+
| `quic` | QUIC | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |
7575
| `tcp` | TCP | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |
7676
| `udp` | UDP | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |
7777
| `unix` | Unix domain socket | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |
@@ -203,7 +203,7 @@ different processes could be listening on TCP port 12345 and UDP port 12345.
203203
| Value | Description | Stability |
204204
|---|---|---|
205205
| `pipe` | Named or anonymous pipe. | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |
206-
| `quic` | QUIC | ![Development](https://img.shields.io/badge/-development-blue) |
206+
| `quic` | QUIC | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |
207207
| `tcp` | TCP | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |
208208
| `udp` | UDP | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |
209209
| `unix` | Unix domain socket | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |
@@ -264,7 +264,7 @@ different processes could be listening on TCP port 12345 and UDP port 12345.
264264
| Value | Description | Stability |
265265
|---|---|---|
266266
| `pipe` | Named or anonymous pipe. | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |
267-
| `quic` | QUIC | ![Development](https://img.shields.io/badge/-development-blue) |
267+
| `quic` | QUIC | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |
268268
| `tcp` | TCP | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |
269269
| `udp` | UDP | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |
270270
| `unix` | Unix domain socket | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |
@@ -324,7 +324,7 @@ different processes could be listening on TCP port 12345 and UDP port 12345.
324324
| Value | Description | Stability |
325325
|---|---|---|
326326
| `pipe` | Named or anonymous pipe. | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |
327-
| `quic` | QUIC | ![Development](https://img.shields.io/badge/-development-blue) |
327+
| `quic` | QUIC | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |
328328
| `tcp` | TCP | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |
329329
| `udp` | UDP | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |
330330
| `unix` | Unix domain socket | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |
@@ -390,7 +390,7 @@ different processes could be listening on TCP port 12345 and UDP port 12345.
390390
| Value | Description | Stability |
391391
|---|---|---|
392392
| `pipe` | Named or anonymous pipe. | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |
393-
| `quic` | QUIC | ![Development](https://img.shields.io/badge/-development-blue) |
393+
| `quic` | QUIC | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |
394394
| `tcp` | TCP | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |
395395
| `udp` | UDP | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |
396396
| `unix` | Unix domain socket | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |
@@ -452,7 +452,7 @@ different processes could be listening on TCP port 12345 and UDP port 12345.
452452
| Value | Description | Stability |
453453
|---|---|---|
454454
| `pipe` | Named or anonymous pipe. | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |
455-
| `quic` | QUIC | ![Development](https://img.shields.io/badge/-development-blue) |
455+
| `quic` | QUIC | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |
456456
| `tcp` | TCP | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |
457457
| `udp` | UDP | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |
458458
| `unix` | Unix domain socket | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |
@@ -528,7 +528,7 @@ different processes could be listening on TCP port 12345 and UDP port 12345.
528528
| Value | Description | Stability |
529529
|---|---|---|
530530
| `pipe` | Named or anonymous pipe. | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |
531-
| `quic` | QUIC | ![Development](https://img.shields.io/badge/-development-blue) |
531+
| `quic` | QUIC | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |
532532
| `tcp` | TCP | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |
533533
| `udp` | UDP | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |
534534
| `unix` | Unix domain socket | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |
@@ -588,7 +588,7 @@ different processes could be listening on TCP port 12345 and UDP port 12345.
588588
| Value | Description | Stability |
589589
|---|---|---|
590590
| `pipe` | Named or anonymous pipe. | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |
591-
| `quic` | QUIC | ![Development](https://img.shields.io/badge/-development-blue) |
591+
| `quic` | QUIC | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |
592592
| `tcp` | TCP | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |
593593
| `udp` | UDP | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |
594594
| `unix` | Unix domain socket | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |

docs/general/attributes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ different processes could be listening on TCP port 12345 and UDP port 12345.
230230
| Value | Description | Stability |
231231
|---|---|---|
232232
| `pipe` | Named or anonymous pipe. | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |
233-
| `quic` | QUIC | ![Development](https://img.shields.io/badge/-development-blue) |
233+
| `quic` | QUIC | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |
234234
| `tcp` | TCP | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |
235235
| `udp` | UDP | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |
236236
| `unix` | Unix domain socket | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |

docs/http/http-spans.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ and SHOULD be provided **at span creation time** (if provided at all):
319319
| Value | Description | Stability |
320320
|---|---|---|
321321
| `pipe` | Named or anonymous pipe. | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |
322-
| `quic` | QUIC | ![Development](https://img.shields.io/badge/-development-blue) |
322+
| `quic` | QUIC | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |
323323
| `tcp` | TCP | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |
324324
| `udp` | UDP | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |
325325
| `unix` | Unix domain socket | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |
@@ -613,7 +613,7 @@ and SHOULD be provided **at span creation time** (if provided at all):
613613
| Value | Description | Stability |
614614
|---|---|---|
615615
| `pipe` | Named or anonymous pipe. | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |
616-
| `quic` | QUIC | ![Development](https://img.shields.io/badge/-development-blue) |
616+
| `quic` | QUIC | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |
617617
| `tcp` | TCP | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |
618618
| `udp` | UDP | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |
619619
| `unix` | Unix domain socket | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |

docs/registry/attributes/network.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ different processes could be listening on TCP port 12345 and UDP port 12345.
118118
| Value | Description | Stability |
119119
|---|---|---|
120120
| `pipe` | Named or anonymous pipe. | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |
121-
| `quic` | QUIC | ![Development](https://img.shields.io/badge/-development-blue) |
121+
| `quic` | QUIC | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |
122122
| `tcp` | TCP | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |
123123
| `udp` | UDP | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |
124124
| `unix` | Unix domain socket | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |

docs/rpc/rpc-metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ different processes could be listening on TCP port 12345 and UDP port 12345.
354354
| Value | Description | Stability |
355355
|---|---|---|
356356
| `pipe` | Named or anonymous pipe. | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |
357-
| `quic` | QUIC | ![Development](https://img.shields.io/badge/-development-blue) |
357+
| `quic` | QUIC | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |
358358
| `tcp` | TCP | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |
359359
| `udp` | UDP | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |
360360
| `unix` | Unix domain socket | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |

docs/rpc/rpc-spans.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ different processes could be listening on TCP port 12345 and UDP port 12345.
144144
| Value | Description | Stability |
145145
|---|---|---|
146146
| `pipe` | Named or anonymous pipe. | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |
147-
| `quic` | QUIC | ![Development](https://img.shields.io/badge/-development-blue) |
147+
| `quic` | QUIC | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |
148148
| `tcp` | TCP | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |
149149
| `udp` | UDP | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |
150150
| `unix` | Unix domain socket | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |
@@ -240,7 +240,7 @@ different processes could be listening on TCP port 12345 and UDP port 12345.
240240
| Value | Description | Stability |
241241
|---|---|---|
242242
| `pipe` | Named or anonymous pipe. | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |
243-
| `quic` | QUIC | ![Development](https://img.shields.io/badge/-development-blue) |
243+
| `quic` | QUIC | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |
244244
| `tcp` | TCP | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |
245245
| `udp` | UDP | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |
246246
| `unix` | Unix domain socket | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |

docs/system/system-metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -969,7 +969,7 @@ different processes could be listening on TCP port 12345 and UDP port 12345.
969969
| Value | Description | Stability |
970970
|---|---|---|
971971
| `pipe` | Named or anonymous pipe. | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |
972-
| `quic` | QUIC | ![Development](https://img.shields.io/badge/-development-blue) |
972+
| `quic` | QUIC | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |
973973
| `tcp` | TCP | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |
974974
| `udp` | UDP | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |
975975
| `unix` | Unix domain socket | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |

model/network/registry.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ groups:
194194
- id: quic
195195
value: 'quic'
196196
brief: "QUIC"
197-
stability: development
197+
stability: stable
198198
brief: >
199199
[OSI transport layer](https://wikipedia.org/wiki/Transport_layer) or
200200
[inter-process communication method](https://wikipedia.org/wiki/Inter-process_communication).

0 commit comments

Comments
 (0)