-
Notifications
You must be signed in to change notification settings - Fork 892
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
Define span structure for HTTP retries and redirects #2078
Define span structure for HTTP retries and redirects #2078
Conversation
This PR was marked stale due to lack of activity. It will be closed in 7 days. |
Closed as inactive. Feel free to reopen if this PR is still being worked on. |
Do folks know how to reopen this PR? Don't see the reopen button. |
This PR was marked stale due to lack of activity. It will be closed in 7 days. |
The implementation of changes proposed in this PR for .NET is done within the PR here opentelemetry-dotnet #2756. |
This PR was marked stale due to lack of activity. It will be closed in 7 days. |
Co-authored-by: Anuraag Agrawal <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
@tigrannajaryan can you please help merging this PR? |
This needs to wait for the 2 days cool-down period since the last change. |
Merging this as the initial step for this work. |
@denisivan0v I swear I tried, but @cijothomas commented before I was able to press the button, and we configured to have all conversations resolved. Please resolve them and I will merge after. you can ping me on slack when everything is resolved. |
…v/opentelemetry-specification into retries-and-redirects
…2078) This PR clarifies semantic conventions for HTTP retries and redirects and defines a span structure and linking as well as span attributes for retries. Changes were discussed recently at Instrumentation SIG meetings. This change addresses a scenario which is in the scope for bringing the existing HTTP semantic conventions for tracing to an initial stable state, see related [otep open-telemetry#174](open-telemetry/oteps#174).
Changes
This PR clarifies semantic conventions for HTTP retries and redirects and defines a span structure and linking as well as span attributes for retries. Changes were discussed recently at Instrumentation SIG meetings.
This change addresses a scenario which is in the scope for bringing the existing HTTP semantic conventions for tracing to an initial stable state, see related otep #174.