`http/dup` has higher precedence than `http` in `OTEL_SEMCONV_STABILITY_OPT_IN` (#249)
This commit is contained in:
parent
2cfb136715
commit
728c3ca60d
|
@ -45,6 +45,9 @@ release.
|
|||
- `jvm.buffer.usage`
|
||||
- `jvm.buffer.limit`
|
||||
- `jvm.buffer.count`
|
||||
- Clarify that `http/dup` has higher precedence than `http` in case both values are present
|
||||
in `OTEL_SEMCONV_STABILITY_OPT_IN`
|
||||
([#249](https://github.com/open-telemetry/semantic-conventions/pull/249))
|
||||
|
||||
## v1.21.0 (2023-07-13)
|
||||
|
||||
|
|
|
@ -37,6 +37,7 @@ linkTitle: Client Calls
|
|||
> * The default behavior (in the absence of one of these values) is to continue
|
||||
> emitting whatever version of the old experimental networking attributes
|
||||
> the instrumentation was emitting previously.
|
||||
> * Note: `http/dup` has higher precedence than `http` in case both values are present
|
||||
> * SHOULD maintain (security patching at a minimum) the existing major version
|
||||
> for at least six months after it starts emitting both sets of attributes.
|
||||
> * SHOULD drop the environment variable in the next major version (stable
|
||||
|
|
|
@ -33,6 +33,7 @@ and various HTTP versions like 1.1, 2 and SPDY.
|
|||
> * The default behavior (in the absence of one of these values) is to continue
|
||||
> emitting whatever version of the old experimental HTTP and networking attributes
|
||||
> the instrumentation was emitting previously.
|
||||
> * Note: `http/dup` has higher precedence than `http` in case both values are present
|
||||
> * SHOULD maintain (security patching at a minimum) the existing major version
|
||||
> for at least six months after it starts emitting both sets of attributes.
|
||||
> * SHOULD drop the environment variable in the next major version (stable
|
||||
|
|
|
@ -46,6 +46,7 @@ operations. By adding HTTP attributes to metric events it allows for finely tune
|
|||
> * The default behavior (in the absence of one of these values) is to continue
|
||||
> emitting whatever version of the old experimental HTTP and networking attributes
|
||||
> the instrumentation was emitting previously.
|
||||
> * Note: `http/dup` has higher precedence than `http` in case both values are present
|
||||
> * SHOULD maintain (security patching at a minimum) the existing major version
|
||||
> for at least six months after it starts emitting both sets of attributes.
|
||||
> * SHOULD drop the environment variable in the next major version (stable
|
||||
|
|
|
@ -52,6 +52,7 @@ and various HTTP versions like 1.1, 2 and SPDY.
|
|||
> * The default behavior (in the absence of one of these values) is to continue
|
||||
> emitting whatever version of the old experimental HTTP and networking attributes
|
||||
> the instrumentation was emitting previously.
|
||||
> * Note: `http/dup` has higher precedence than `http` in case both values are present
|
||||
> * SHOULD maintain (security patching at a minimum) the existing major version
|
||||
> for at least six months after it starts emitting both sets of attributes.
|
||||
> * SHOULD drop the environment variable in the next major version (stable
|
||||
|
|
|
@ -53,6 +53,7 @@
|
|||
> * The default behavior (in the absence of one of these values) is to continue
|
||||
> emitting whatever version of the old experimental networking attributes
|
||||
> the instrumentation was emitting previously.
|
||||
> * Note: `http/dup` has higher precedence than `http` in case both values are present
|
||||
> * SHOULD maintain (security patching at a minimum) the existing major version
|
||||
> for at least six months after it starts emitting both sets of attributes.
|
||||
> * SHOULD drop the environment variable in the next major version (stable
|
||||
|
|
|
@ -55,6 +55,7 @@ metrics can be filtered for finer grain analysis.
|
|||
> * The default behavior (in the absence of one of these values) is to continue
|
||||
> emitting whatever version of the old experimental networking attributes
|
||||
> the instrumentation was emitting previously.
|
||||
> * Note: `http/dup` has higher precedence than `http` in case both values are present
|
||||
> * SHOULD maintain (security patching at a minimum) the existing major version
|
||||
> for at least six months after it starts emitting both sets of attributes.
|
||||
> * SHOULD drop the environment variable in the next major version (stable
|
||||
|
|
|
@ -45,6 +45,7 @@ This document defines how to describe remote procedure calls
|
|||
> * The default behavior (in the absence of one of these values) is to continue
|
||||
> emitting whatever version of the old experimental networking attributes
|
||||
> the instrumentation was emitting previously.
|
||||
> * Note: `http/dup` has higher precedence than `http` in case both values are present
|
||||
> * SHOULD maintain (security patching at a minimum) the existing major version
|
||||
> for at least six months after it starts emitting both sets of attributes.
|
||||
> * SHOULD drop the environment variable in the next major version (stable
|
||||
|
|
Loading…
Reference in New Issue