Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup 2023 blog post's in-page CSS #6303

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 6 additions & 14 deletions content/en/blog/2023/http-conventions-declared-stable.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ title: HTTP semantic conventions declared stable
linkTitle: HTTP semconv are stable
date: 2023-11-06
author: '[Trask Stalnaker](https://github.com/trask) (Microsoft)'
cSpell:ignore: chalin Liudmila Molkova
cSpell:ignore: 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