From 3fb5b7afcb76992ab8cb9fe61ed76c851104eba8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Em=C3=ADdio=20Neto?= <9735060+emdneto@users.noreply.github.com> Date: Wed, 29 Jan 2025 23:55:20 -0300 Subject: [PATCH] [chore] Fix wrong instruction on non-normative http-migration guide (#1850) Co-authored-by: Trask Stalnaker Co-authored-by: Liudmila Molkova --- docs/non-normative/http-migration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/non-normative/http-migration.md b/docs/non-normative/http-migration.md index 959648b76..f06ff4087 100644 --- a/docs/non-normative/http-migration.md +++ b/docs/non-normative/http-migration.md @@ -122,8 +122,8 @@ Metric changes: - **Name**: `http.client.duration` → `http.client.request.duration` - **Unit**: `ms` → `s` -- **Description**: `Measures the duration of inbound HTTP requests.` → - `Duration of HTTP server requests.` +- **Description**: `Measures the duration of outbound HTTP requests.` → + `Duration of HTTP client requests.` - **Histogram buckets**: boundaries updated to reflect change from milliseconds to seconds, and zero bucket boundary removed - **Attributes**: see table below