From 0f512d143d10e7956d736600988c51b9ee2a6730 Mon Sep 17 00:00:00 2001 From: Liudmila Molkova Date: Tue, 12 Dec 2023 03:51:13 -0800 Subject: [PATCH] Editorial: update HTTP request duration metrics stability in yaml (to stable) (#587) --- CHANGELOG.md | 3 +++ model/metrics/http.yaml | 2 ++ 2 files changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83e2c7c26..17134a9a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -52,6 +52,9 @@ release. ([#488](https://github.com/open-telemetry/semantic-conventions/pull/488)) - Remove no longer relevant Oct 1 mention from `OTEL_SEMCONV_STABILITY_OPT_IN` ([#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) diff --git a/model/metrics/http.yaml b/model/metrics/http.yaml index 9e12896e8..a309994f2 100644 --- a/model/metrics/http.yaml +++ b/model/metrics/http.yaml @@ -29,6 +29,7 @@ groups: brief: "Duration of HTTP server requests." instrument: histogram unit: "s" + stability: stable extends: metric_attributes.http.server - id: metric.http.server.active_requests @@ -92,6 +93,7 @@ groups: brief: "Duration of HTTP client requests." instrument: histogram unit: "s" + stability: stable extends: metric_attributes.http.client - id: metric.http.client.request.body.size