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 version should be 2 and 3 instead of 2.0 and 3.0 #228

Merged
merged 2 commits into from
Aug 6, 2023

Conversation

lmolkova
Copy link
Contributor

@lmolkova lmolkova commented Aug 3, 2023

Changes

HTTP protocol has the following versions:

This PR updates examples of network protocol versions in HTTP spec to use this set of versions.

Merge requirement checklist

@lmolkova lmolkova requested review from a team August 3, 2023 18:16
Copy link
Member

@joaopgrassi joaopgrassi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lmolkova
Copy link
Contributor Author

lmolkova commented Aug 4, 2023

I wonder if https://github.com/open-telemetry/semantic-conventions/blob/main/model/trace/general.yaml#L49 shouldn't be an enum 🤔

great point! the problem is that it's a generic one and there could be protocols with version 2.0 and HTTP with version 2. I think what could help is if we could redefine enum values in semconv that references them - open-telemetry/build-tools#192

@reyang reyang merged commit 007a4a8 into open-telemetry:main Aug 6, 2023
8 checks passed
bryce-b pushed a commit to bryce-b/semantic-conventions that referenced this pull request Aug 8, 2023
rapphil pushed a commit to rapphil/semantic-conventions that referenced this pull request Aug 14, 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.

6 participants