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

Add semantic conventions for http content size to the api/standard package #890

Closed
MrAlias opened this issue Jul 2, 2020 · 0 comments · Fixed by #905
Closed

Add semantic conventions for http content size to the api/standard package #890

MrAlias opened this issue Jul 2, 2020 · 0 comments · Fixed by #905
Labels
pkg:API Related to an API package

Comments

@MrAlias
Copy link
Contributor

MrAlias commented Jul 2, 2020

Attribute name Notes and examples Required?
http.request_content_length The size of the request payload body in bytes. This is the number of bytes transferred excluding headers and is often, but not always, present as the [Content-Length][] header. For requests using transport encoding, this should be the compressed size. No
http.request_content_length_uncompressed The size of the uncompressed request payload body after transport decoding. Not set if transport encoding not used. No
http.response_content_length The size of the response payload body in bytes. This is the number of bytes transferred excluding headers and is often, but not always, present as the [Content-Length][] header. For requests using transport encoding, this should be the compressed size. No
http.response_content_length_uncompressed The size of the uncompressed response payload body after transport decoding. Not set if transport encoding not used. No

Related to open-telemetry/opentelemetry-specification#641

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pkg:API Related to an API package
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant