[chore] Fix wrong instruction on non-normative http-migration guide (#1850)

Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
Co-authored-by: Liudmila Molkova <limolkova@microsoft.com>
This commit is contained in:
Emídio Neto 2025-01-29 23:55:20 -03:00 committed by GitHub
parent 96bc9a7360
commit 3fb5b7afcb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -122,8 +122,8 @@ Metric changes:
- **Name**: `http.client.duration` &rarr; `http.client.request.duration`
- **Unit**: `ms` &rarr; `s`
- **Description**: `Measures the duration of inbound HTTP requests.` &rarr;
`Duration of HTTP server requests.`
- **Description**: `Measures the duration of outbound HTTP requests.` &rarr;
`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