Add clarification about `OTEL_SEMCONV_STABILITY_OPT_IN` (#1758)

Co-authored-by: Joao Grassi <5938087+joaopgrassi@users.noreply.github.com>
This commit is contained in:
Trask Stalnaker 2025-01-20 05:11:38 -08:00 committed by GitHub
parent f80534875e
commit f249173193
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 0 deletions

View File

@ -22,6 +22,10 @@ updated to the stable database semantic conventions, they:
- May drop the environment variable in their next major version and emit only
the stable database conventions.
> [!NOTE]
> `OTEL_SEMCONV_STABILITY_OPT_IN` is only intended to be used when migrating
> from an experimental semantic convention to its initial stable version.
## Summary of changes
This section summarizes the changes made to the HTTP semantic conventions

View File

@ -29,6 +29,10 @@ updated to the stable HTTP semantic conventions, they:
- May drop the environment variable in their next major version and emit only
the stable HTTP and networking conventions.
> [!NOTE]
> `OTEL_SEMCONV_STABILITY_OPT_IN` is only intended to be used when migrating
> from an experimental semantic convention to its initial stable version.
## Summary of changes
This section summarizes the changes made to the HTTP semantic conventions