Skip to content

Commit

Permalink
Add HTTP/3 (open-telemetry#2507)
Browse files Browse the repository at this point in the history
  • Loading branch information
ladd authored Apr 27, 2022
1 parent 5a253ed commit 1fe0f1d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
9 changes: 6 additions & 3 deletions semantic_conventions/trace/http.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,16 @@ groups:
members:
- id: http_1_0
value: '1.0'
brief: 'HTTP 1.0'
brief: 'HTTP/1.0'
- id: http_1_1
value: '1.1'
brief: 'HTTP 1.1'
brief: 'HTTP/1.1'
- id: http_2_0
value: '2.0'
brief: 'HTTP 2'
brief: 'HTTP/2'
- id: http_3_0
value: '3.0'
brief: 'HTTP/3'
- id: spdy
value: 'SPDY'
brief: 'SPDY protocol.'
Expand Down
7 changes: 4 additions & 3 deletions specification/trace/semantic_conventions/http.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,10 @@ Don't set the span status description if the reason can be inferred from `http.s

| Value | Description |
|---|---|
| `1.0` | HTTP 1.0 |
| `1.1` | HTTP 1.1 |
| `2.0` | HTTP 2 |
| `1.0` | HTTP/1.0 |
| `1.1` | HTTP/1.1 |
| `2.0` | HTTP/2 |
| `3.0` | HTTP/3 |
| `SPDY` | SPDY protocol. |
| `QUIC` | QUIC protocol. |

Expand Down

0 comments on commit 1fe0f1d

Please sign in to comment.