Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
vishweshbankwar opened this issue Nov 21, 2023 · 0 comments
Labels
bug Something isn't working comp:instrumentation.http Things related to OpenTelemetry.Instrumentation.Http

Comments

@vishweshbankwar
Copy link
Member

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 vishweshbankwar added the bug Something isn't working label Nov 21, 2023
@reyang reyang transferred this issue from open-telemetry/opentelemetry-dotnet May 13, 2024
@reyang reyang added the comp:instrumentation.http Things related to OpenTelemetry.Instrumentation.Http label May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working comp:instrumentation.http Things related to OpenTelemetry.Instrumentation.Http
Projects
None yet
Development

No branches or pull requests

2 participants