opentelemetry-dotnet-contrib
opentelemetry-dotnet-contrib copied to clipboard
[HttpClient] Activity status when the client reaches max limit of redirects
As per the specification, instrumentations MUST set the Activity Status to Error if the client reaches max number of redirects without a successful response code. This is currently not possible to acheive as the instrumentation does not have a way to track # of redirects and detect if max number of redirects have reached.
Opening this issue for further investigation.