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

refactor(instr-http): use exported strings for semconv #4573

Merged
merged 2 commits into from
Mar 22, 2024

Conversation

JamieDanielson
Copy link
Member

Which problem is this PR solving?

Updates #4567

Short description of the changes

  • Replace SemanticAttributes.*, NetTransportValues.*, and HttpFlavorValues.* with specific exported strings for http instrumentation package.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

Not quite sure; chore to replace deprecated fields but feature to improve minification?

How Has This Been Tested?

  • unit tests

Checklist:

  • Followed the style guidelines of this project
  • Unit tests have been added
  • Documentation has been updated

@JamieDanielson JamieDanielson requested a review from a team as a code owner March 21, 2024 21:17
Copy link

codecov bot commented Mar 21, 2024

Codecov Report

Merging #4573 (49364df) into main (6547440) will increase coverage by 0.01%.
The diff coverage is 97.36%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4573      +/-   ##
==========================================
+ Coverage   92.83%   92.84%   +0.01%     
==========================================
  Files         328      328              
  Lines        9487     9487              
  Branches     2035     2035              
==========================================
+ Hits         8807     8808       +1     
+ Misses        680      679       -1     
Files Coverage Δ
...ges/opentelemetry-instrumentation-http/src/http.ts 93.37% <100.00%> (ø)
...es/opentelemetry-instrumentation-http/src/utils.ts 98.81% <97.22%> (ø)

... and 1 file with indirect coverage changes

Copy link
Member

@pichlermarc pichlermarc left a comment

Choose a reason for hiding this comment

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

Looks good, just missing a changelog entry (conventional commit type might be refactor as opposed to chore) 🙂

Thanks for taking care of this 👍

@JamieDanielson JamieDanielson changed the title chore(instr-http): use exported strings for semconv refactor(instr-http): use exported strings for semconv Mar 22, 2024
@pichlermarc pichlermarc merged commit f9a0d3e into open-telemetry:main Mar 22, 2024
20 checks passed
@JamieDanielson JamieDanielson deleted the jamie.http-semconv branch March 22, 2024 16:25
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.

None yet

3 participants