Editorial: update HTTP request duration metrics stability in yaml (to stable) (#587)
This commit is contained in:
parent
fe0a3d7298
commit
0f512d143d
|
|
@ -52,6 +52,9 @@ release.
|
||||||
([#488](https://github.com/open-telemetry/semantic-conventions/pull/488))
|
([#488](https://github.com/open-telemetry/semantic-conventions/pull/488))
|
||||||
- Remove no longer relevant Oct 1 mention from `OTEL_SEMCONV_STABILITY_OPT_IN`
|
- Remove no longer relevant Oct 1 mention from `OTEL_SEMCONV_STABILITY_OPT_IN`
|
||||||
([#541](https://github.com/open-telemetry/semantic-conventions/pull/541))
|
([#541](https://github.com/open-telemetry/semantic-conventions/pull/541))
|
||||||
|
- Update stability definitions of HTTP client and server duration metrics to
|
||||||
|
be consistent with markdown.
|
||||||
|
([#587](https://github.com/open-telemetry/semantic-conventions/pull/587))
|
||||||
|
|
||||||
## v1.23.1 (2023-11-17)
|
## v1.23.1 (2023-11-17)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -29,6 +29,7 @@ groups:
|
||||||
brief: "Duration of HTTP server requests."
|
brief: "Duration of HTTP server requests."
|
||||||
instrument: histogram
|
instrument: histogram
|
||||||
unit: "s"
|
unit: "s"
|
||||||
|
stability: stable
|
||||||
extends: metric_attributes.http.server
|
extends: metric_attributes.http.server
|
||||||
|
|
||||||
- id: metric.http.server.active_requests
|
- id: metric.http.server.active_requests
|
||||||
|
|
@ -92,6 +93,7 @@ groups:
|
||||||
brief: "Duration of HTTP client requests."
|
brief: "Duration of HTTP client requests."
|
||||||
instrument: histogram
|
instrument: histogram
|
||||||
unit: "s"
|
unit: "s"
|
||||||
|
stability: stable
|
||||||
extends: metric_attributes.http.client
|
extends: metric_attributes.http.client
|
||||||
|
|
||||||
- id: metric.http.client.request.body.size
|
- id: metric.http.client.request.body.size
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue