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

Add HTTP semantic convention stability migration guide #612

Merged
merged 16 commits into from
Jan 8, 2024
Prev Previous commit
Next Next commit
words
  • Loading branch information
trask committed Dec 14, 2023
commit 74857e1698543bcd63d19dac36d37a431d018e9d
9 changes: 4 additions & 5 deletions docs/http/migration-guide.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# HTTP semantic convention stability migration guide

Due to the significant number of modifications and the extensive user base
affected by them, we require existing HTTP instrumentations published by
OpenTelemetry to implement a migration plan that will assist users in
transitioning to the stable HTTP semantic conventions. We plan to use a similar
migration plan when stabilizing other semantic conventions.
affected by them, existing HTTP instrumentations published by
OpenTelemetry are required to implement a migration plan that will assist users in
trask marked this conversation as resolved.
Show resolved Hide resolved
transitioning to the stable HTTP semantic conventions.

Specifically, when existing HTTP instrumentations published by OpenTelemetry are
updated to the stable HTTP semantic conventions, they:
Expand All @@ -27,7 +26,7 @@ updated to the stable HTTP semantic conventions, they:

## Summary of changes

In this section, we summarize the changes made to the HTTP semantic conventions
This section summarizes the changes made to the HTTP semantic conventions
from
[v1.20.0](https://github.com/open-telemetry/opentelemetry-specification/blob/v1.20.0/specification/trace/semantic_conventions/http.md)
to
Expand Down
Loading