network.protocol.version
- Should it be request.version or response.version?
#4928
Labels
bug
Something isn't working
Milestone
Currently, we use
request.version
property to setnetwork.protocol.version
. However, with recent ootb metrics addition I noticed runtime is usingresponse.version
to setnetwork.protocol.version
tag https://github.com/dotnet/runtime/blob/7204fbe5f56d52dd3fc4238e33de45f532f05d50/src/libraries/System.Net.Http/src/System/Net/Http/Metrics/MetricsHandler.cs#L113. Opening this issue to clarify the correct value.The text was updated successfully, but these errors were encountered: