Define span structure for HTTP retries and redirects#2078
Define span structure for HTTP retries and redirects#2078tigrannajaryan merged 23 commits intoopen-telemetry:mainfrom
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 <anuraaga@gmail.com>
|
@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. |
…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).
…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.