You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At some point, we might want to report the connection duration, body stream reading duration, or something else in addition to the request duration.
If this happens, we'd regret having ambiguous http.client|server.duration.
Proposal:
rename http.client.duration to http.client.request.duration
rename http.server.duration to http.server.request.duration
Context: .NET runtime is being instrumented with HTTP metrics and will report both: HTTP connection duration and standard request durations (lmolkova#1)
The text was updated successfully, but these errors were encountered:
At some point, we might want to report the connection duration, body stream reading duration, or something else in addition to the request duration.
If this happens, we'd regret having ambiguous
http.client|server.duration
.Proposal:
http.client.duration
tohttp.client.request.duration
http.server.duration
tohttp.server.request.duration
Context: .NET runtime is being instrumented with HTTP metrics and will report both: HTTP connection duration and standard request durations (lmolkova#1)
The text was updated successfully, but these errors were encountered: