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

feat(opentelemetry-web): capture decodedBodySize / http.response_content_length_uncompressed #2343

Merged
merged 2 commits into from Jul 17, 2021

Conversation

t2t2
Copy link
Contributor

@t2t2 t2t2 commented Jul 13, 2021

Add capturing decodedBodySize from resource timings. As per spec it should be only included if content encoding (eg. gzip, brotli) is being used (in which case encoded and decoded sizes are different)

Past related: #1262 (comment)

@codecov
Copy link

codecov bot commented Jul 13, 2021

Codecov Report

Merging #2343 (ef19dc3) into main (2355717) will increase coverage by 0.54%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #2343      +/-   ##
==========================================
+ Coverage   92.36%   92.91%   +0.54%     
==========================================
  Files         128      143      +15     
  Lines        4243     5135     +892     
  Branches      866     1051     +185     
==========================================
+ Hits         3919     4771     +852     
- Misses        324      364      +40     
Impacted Files Coverage Δ
packages/opentelemetry-web/src/types.ts 100.00% <ø> (ø)
...ntelemetry-web/src/enums/PerformanceTimingNames.ts 100.00% <100.00%> (ø)
packages/opentelemetry-web/src/utils.ts 94.90% <100.00%> (ø)
...emetry-instrumentation-xml-http-request/src/xhr.ts 97.58% <0.00%> (ø)
...mentation-xml-http-request/src/enums/EventNames.ts 100.00% <0.00%> (ø)
...kages/opentelemetry-exporter-collector/src/util.ts 100.00% <0.00%> (ø)
...ation-xml-http-request/src/enums/AttributeNames.ts 100.00% <0.00%> (ø)
...kages/opentelemetry-web/src/StackContextManager.ts 94.28% <0.00%> (ø)
...ry-exporter-collector/src/CollectorExporterBase.ts 92.15% <0.00%> (ø)
... and 8 more

@dyladan dyladan added enhancement New feature or request spec-v1 labels Jul 13, 2021
@dyladan dyladan added this to In progress in SDK General Availability via automation Jul 13, 2021
SDK General Availability automation moved this from In progress to Reviewer approved Jul 13, 2021
Copy link
Member

@johnbley johnbley left a comment

Choose a reason for hiding this comment

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

LGTM

@vmarchaud vmarchaud merged commit 5aabcc7 into open-telemetry:main Jul 17, 2021
SDK General Availability automation moved this from Reviewer approved to Done Jul 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

Successfully merging this pull request may close these issues.

None yet

6 participants