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

HTTP spans restructuring: explicitly list all http client and server attributes, remove common #931

Merged
merged 5 commits into from
Apr 18, 2024

Conversation

lmolkova
Copy link
Contributor

@lmolkova lmolkova commented Apr 18, 2024

Fixes #928

Changes

Having common attributes section in HTTP spans could be confusing - readers are probably interested in a full specification for client or for server.

Another problem is that the way yaml is organized now makes it impossible to resolve the full list of attributes HTTP client and server should report.

This PR removes common yaml group and moves common attributes into client and server groups.

Merge requirement checklist

docs/http/http-spans.md Outdated Show resolved Hide resolved
@lmolkova lmolkova marked this pull request as ready for review April 18, 2024 00:29
@lmolkova lmolkova requested review from a team April 18, 2024 00:29
@lmolkova
Copy link
Contributor Author

/cc @trask

@lmolkova lmolkova merged commit 54cc03e into open-telemetry:main Apr 18, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

HTTP trace semconv lacking real connection from client/server to general trace attributes.
4 participants