[HttpClient] Activity status when the client reaches max limit of redirects #1728
Labels
bug
Something isn't working
comp:instrumentation.http
Things related to OpenTelemetry.Instrumentation.Http
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.
The text was updated successfully, but these errors were encountered: