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

Make user_agent.original and http.request.header.* attributes sampling relevant on HTTP server spans #467

Merged

Conversation

trask
Copy link
Member

@trask trask commented Oct 29, 2023

Closes #463

Changes

Makes user_agent.original and http.request.header.* attributes sampling relevant on HTTP server spans.

I think ok to assume headers are available on span start (we already do this for server.address which is based on host header).

Merge requirement checklist

@trask trask force-pushed the more-http-server-sampling-relevant branch from e31cad6 to f5f43c9 Compare October 29, 2023 15:51
@trask trask changed the title Make user_agent.original and http.request.header.*` sampling relevant on HTTP server spans Make user_agent.original and http.request.header.* sampling relevant on HTTP server spans Oct 29, 2023
@trask trask force-pushed the more-http-server-sampling-relevant branch from f5f43c9 to 1b10d09 Compare October 29, 2023 15:51
@trask trask changed the title Make user_agent.original and http.request.header.* sampling relevant on HTTP server spans Make user_agent.original and http.request.header.* attributes sampling relevant on HTTP server spans Oct 29, 2023
@trask trask marked this pull request as ready for review October 29, 2023 15:54
@trask trask requested review from a team October 29, 2023 15:54
model/trace/http.yaml Show resolved Hide resolved
@jsuereth jsuereth merged commit 0de415c into open-telemetry:main Nov 2, 2023
9 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.

Review sampling relevant flag for attributes that are part of upcoming HTTP semconv stability
7 participants