-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Closed
Closed
Copy link
Labels
area-System.Net.Httphelp wanted[up-for-grabs] Good issue for external contributors[up-for-grabs] Good issue for external contributors
Milestone
Description
Description
Metric description on http.client.request.duration does not match the spec description
https://github.com/open-telemetry/semantic-conventions/blob/main/docs/http/http-metrics.md#metric-httpclientrequestduration
| Name | Instrument Type | Unit (UCUM) | Description |
|---|---|---|---|
| http.client.request.duration | Histogram | s | Duration of HTTP client requests. |
Src link:
runtime/src/libraries/System.Net.Http/src/System/Net/Http/Metrics/MetricsHandler.cs
Lines 29 to 32 in b09e18e
| _requestsDuration = meter.CreateHistogram<double>( | |
| "http.client.request.duration", | |
| unit: "s", | |
| description: "The duration of outbound HTTP requests."); |
Reproduction Steps
NA
Expected behavior
Description matches with spec
Actual behavior
Description does not match
Regression?
No response
Known Workarounds
No response
Configuration
No response
Other information
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area-System.Net.Httphelp wanted[up-for-grabs] Good issue for external contributors[up-for-grabs] Good issue for external contributors