opentelemetry-dotnet-contrib icon indicating copy to clipboard operation
opentelemetry-dotnet-contrib copied to clipboard

[HttpClient] Activity status when the client reaches max limit of redirects

Open vishweshbankwar opened this issue 2 years ago • 0 comments

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.

vishweshbankwar avatar Nov 21 '23 17:11 vishweshbankwar