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:
parent
f80534875e
commit
f249173193
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue