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

Proofreading: network.protocol.* definition is different between HTTP metrics and spans #358

Closed
lmolkova opened this issue Sep 29, 2023 · 0 comments · Fixed by #367
Closed
Assignees
Labels
bug Something isn't working

Comments

@lmolkova
Copy link
Contributor

metrics:

network.protocol.name string OSI Application Layer or non-OSI equivalent. The value SHOULD be normalized to lowercase. amqp; http; mqtt Recommended
network.protocol.version string Version of the application layer protocol used. See note below. [4] 3.1.1 Recommended

spans:

network.protocol.name string OSI Application Layer or non-OSI equivalent. The value SHOULD be normalized to lowercase. http; spdy Recommended: if not default (http).
network.protocol.version string Version of the application layer protocol used. See note below. [6] 1.0; 1.1; 2; 3 Recommended

Probably something went wrong with semconvgen and yaml, waiting for semconvgen 0.22.0 (and open-telemetry/build-tools#204) to fix it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

Successfully merging a pull request may close this issue.

2 participants