Skip to content

Commit 979aa4c

Browse files
committed
Cleanup 2023 blog post's in-page CSS
1 parent 7b5ea4d commit 979aa4c

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed

content/en/blog/2023/http-conventions-declared-stable.md

+6-14
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ title: HTTP semantic conventions declared stable
33
linkTitle: HTTP semconv are stable
44
date: 2023-11-06
55
author: '[Trask Stalnaker](https://github.com/trask) (Microsoft)'
6-
cSpell:ignore: chalin Liudmila Molkova
6+
cSpell:ignore: Liudmila Molkova
77
---
88

9+
<!-- markdownlint-disable table-pipe-style table-column-count -->
10+
911
Early this year, we launched an effort to stabilize HTTP semantic conventions.
1012
Today, we proudly announce that the HTTP semantic conventions are the _first_
1113
OpenTelemetry semantic conventions to be declared
@@ -95,8 +97,6 @@ to
9597
| `net.sock.peer.name` | Removed |
9698
| New: `http.request.method_original` | Only captured when `http.request.method` is `_OTHER` |
9799
| New: `error.type` | New |
98-
99-
{.td-initial .table .table-responsive}
100100
<!-- prettier-ignore-end -->
101101

102102
References:
@@ -106,10 +106,8 @@ References:
106106

107107
### HTTP client span attributes
108108

109-
<!-- TODO(@chalin): I'll move this embedded style elsewhere in a followup PR -->
110109
<style>
111-
.ot-table-first-row-50 td:first-child { width: 50%; }
112-
.ot-table-first-row-60 td:first-child { width: 60%; }
110+
.ot-table-first-col-50 th:first-child { width: 50%; }
113111
</style>
114112

115113
<!-- prettier-ignore-start -->
@@ -119,8 +117,6 @@ References:
119117
| `http.resend_count` &rarr; `http.request.resend_count` | |
120118
| `net.peer.name` &rarr; `server.address` | |
121119
| `net.peer.port` &rarr; `server.port` | Now captured even when same as default port for scheme |
122-
123-
{.td-initial .table .table-responsive .ot-table-first-row-60}
124120
<!-- prettier-ignore-end -->
125121

126122
References:
@@ -139,8 +135,7 @@ References:
139135
| `http.client_ip` &rarr; `client.address` | If `http.client_ip` was unknown (i.e., no [X-Forwarded-For][], [Forwarded#for][] headers), then `net.sock.peer.addr` &rarr; `client.address`; now must be provided to sampler |
140136
| `net.host.name` &rarr; `server.address` | Now based only on [Host][Host header], [:authority][HTTP/2 authority], [X-Forwarded-Host][], [Forwarded#host][] headers |
141137
| `net.host.port` &rarr; `server.port` | Now based only on [Host][Host header], [:authority][HTTP/2 authority], [X-Forwarded-Host][X-Forwarded-Host], [Forwarded#host][] headers |
142-
143-
{.td-initial .table .table-responsive .ot-table-first-row-50}
138+
{.ot-table-first-col-50}
144139
<!-- prettier-ignore-end -->
145140

146141
References:
@@ -183,8 +178,6 @@ Metric changes:
183178
| `net.protocol.name` &rarr; `network.protocol.name` | Recommended &rarr; Conditionally required if not `http` and `network.protocol.version` is set |
184179
| `net.protocol.version` &rarr; `network.protocol.version` | Examples fixed: `2.0` &rarr; `2` and `3.0` &rarr; `3`; see note if [migrating from `<= v1.19.0`](#migrating-from--v1190) |
185180
| New: `error.type` | New |
186-
187-
{.td-initial .table .table-responsive}
188181
<!-- prettier-ignore-end -->
189182

190183
References:
@@ -216,8 +209,7 @@ Metric changes:
216209
| `net.host.name``server.address` | &bullet; Recommended → Opt-In (due to high-cardinality vulnerability since based on HTTP headers)<br>&bullet; Now based only on [`Host` span][Host header], [`:authority` span][HTTP/2 authority], [`X-Forwarded-Host` span][X-Forwarded-Host], [`Forwarded#host` span][Forwarded#host] headers |
217210
| `net.host.port``server.port` | &bullet; Recommended → Opt-In (due to high-cardinality vulnerability since based on HTTP headers)<br>&bullet; Now based only on [`Host` span][Host header], [`:authority` span][HTTP/2 authority], [`X-Forwarded-Host` span][X-Forwarded-Host], [`Forwarded#host` span][Forwarded#host] headers |
218211
| New: `error.type` | New |
219-
220-
{.td-initial .table .table-responsive .ot-table-first-row-50}
212+
{.ot-table-first-col-50}
221213
<!-- prettier-ignore-end -->
222214

223215
References:

0 commit comments

Comments
 (0)