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 url.query conditionally required for HTTP spans #118

Merged
merged 2 commits into from
Jun 19, 2023

Conversation

trask
Copy link
Member

@trask trask commented Jun 16, 2023

Fixes #112

Aligns the requirement level of url.query with the requirement level of url.path.

It was also the previous behavior when those two attributes were combined in the single field http.target, and appears to have been a bug that slipped into open-telemetry/opentelemetry-specification#3355 when that field was split into url.path and url.query.

@trask trask requested review from a team June 16, 2023 20:32
@lmolkova
Copy link
Contributor

mind adding a changelog entry?

@reyang reyang merged commit d31b014 into open-telemetry:main Jun 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Change url.query requirement level from recommended to conditionally_required (to match url.path)
6 participants