Skip to content

Commit

Permalink
Cleanup 2023 blog post's in-page CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin committed Feb 13, 2025
1 parent 7b5ea4d commit 8f4a26d
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions content/en/blog/2023/http-conventions-declared-stable.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ author: '[Trask Stalnaker](https://github.com/trask) (Microsoft)'
cSpell:ignore: chalin Liudmila Molkova
---

<!-- markdownlint-disable table-pipe-style table-column-count -->

Early this year, we launched an effort to stabilize HTTP semantic conventions.
Today, we proudly announce that the HTTP semantic conventions are the _first_
OpenTelemetry semantic conventions to be declared
Expand Down Expand Up @@ -95,8 +97,6 @@ to
| `net.sock.peer.name` | Removed |
| New: `http.request.method_original` | Only captured when `http.request.method` is `_OTHER` |
| New: `error.type` | New |

{.td-initial .table .table-responsive}
<!-- prettier-ignore-end -->

References:
Expand All @@ -106,10 +106,8 @@ References:

### HTTP client span attributes

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

<!-- prettier-ignore-start -->
Expand All @@ -119,8 +117,6 @@ References:
| `http.resend_count` &rarr; `http.request.resend_count` | |
| `net.peer.name` &rarr; `server.address` | |
| `net.peer.port` &rarr; `server.port` | Now captured even when same as default port for scheme |

{.td-initial .table .table-responsive .ot-table-first-row-60}
<!-- prettier-ignore-end -->

References:
Expand All @@ -139,8 +135,7 @@ References:
| `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 |
| `net.host.name` &rarr; `server.address` | Now based only on [Host][Host header], [:authority][HTTP/2 authority], [X-Forwarded-Host][], [Forwarded#host][] headers |
| `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 |

{.td-initial .table .table-responsive .ot-table-first-row-50}
{.ot-table-first-col-50}
<!-- prettier-ignore-end -->

References:
Expand Down Expand Up @@ -183,8 +178,6 @@ Metric changes:
| `net.protocol.name` &rarr; `network.protocol.name` | Recommended &rarr; Conditionally required if not `http` and `network.protocol.version` is set |
| `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) |
| New: `error.type` | New |

{.td-initial .table .table-responsive}
<!-- prettier-ignore-end -->

References:
Expand Down Expand Up @@ -216,8 +209,7 @@ Metric changes:
| `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 |
| `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 |
| New: `error.type` | New |

{.td-initial .table .table-responsive .ot-table-first-row-50}
{.ot-table-first-col-50}
<!-- prettier-ignore-end -->

References:
Expand Down

0 comments on commit 8f4a26d

Please sign in to comment.