You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/metrics/semantic_conventions/http-metrics.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,20 @@ operations. By adding HTTP attributes to metric events it allows for finely tune
26
26
27
27
<!-- tocstop -->
28
28
29
+
> **Warning**
30
+
> HTTP instrumentation updating from
31
+
> [v1.20.0 of this document](https://github.com/open-telemetry/opentelemetry-specification/blob/v1.20.0/specification/metrics/semantic_conventions/http-metrics.md)
32
+
> (or prior) to the latest version SHOULD:
33
+
>
34
+
> * start emitting the latest semantic convention attributes on HTTP metrics
35
+
> _in addition_ to the attributes they are already emitting,
36
+
> without bumping the major version.
37
+
> (note: this SHOULD NOT increase cardinality or create new timeseries)
38
+
> * maintain (security patching at a minimum) the existing major version
39
+
> for at least six months after it starts emitting both sets of attributes.
40
+
> * stop emitting the old set of attributes in the next major version (stable
41
+
> next major version SHOULD NOT be released prior to October 1, 2023).
Copy file name to clipboardExpand all lines: specification/trace/semantic_conventions/http.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,19 @@ and various HTTP versions like 1.1, 2 and SPDY.
27
27
28
28
<!-- tocstop -->
29
29
30
+
> **Warning**
31
+
> HTTP instrumentation updating from
32
+
> [v1.20.0 of this document](https://github.com/open-telemetry/opentelemetry-specification/blob/v1.20.0/specification/trace/semantic_conventions/http.md)
33
+
> (or prior) to the latest version SHOULD:
34
+
>
35
+
> * start emitting the latest semantic convention attributes on spans
36
+
> _in addition_ to the attributes they are already emitting,
37
+
> without bumping the major version.
38
+
> * maintain (security patching at a minimum) the existing major version
39
+
> for at least six months after it starts emitting both sets of attributes.
40
+
> * stop emitting the old set of attributes in the next major version (stable
41
+
> next major version SHOULD NOT be released prior to October 1, 2023).
42
+
30
43
## Name
31
44
32
45
HTTP spans MUST follow the overall [guidelines for span names](../api.md#span).
0 commit comments