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

[semconv] update template to remove deprecated semconv attributes #10829

Merged
merged 2 commits into from
Aug 7, 2024

Conversation

codeboten
Copy link
Contributor

@codeboten codeboten commented Aug 7, 2024

This PR is updating the jinja template to ignore deprecated attributes as was done in open-telemetry/opentelemetry-go#5476. Additonally, generate v1.26.0 semconv package

This replaces #10249

Fixes #10813

NOTE: This leaves empty resource/trace/event files, but I'd rather not remove the methods they expose in this change

This PR is updating the jinja template to ignore deprecated attributes as was done in open-telemetry/opentelemetry-go#5476. Additonally, generate v1.26.0 semconv package

Signed-off-by: Alex Boten <[email protected]>
@codeboten codeboten requested review from a team and mx-psi August 7, 2024 17:26
Copy link

codecov bot commented Aug 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.65%. Comparing base (d924855) to head (10efe36).

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #10829      +/-   ##
==========================================
+ Coverage   91.64%   91.65%   +0.01%     
==========================================
  Files         406      406              
  Lines       18987    18987              
==========================================
+ Hits        17400    17402       +2     
+ Misses       1227     1226       -1     
+ Partials      360      359       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@codeboten codeboten merged commit b688e7a into open-telemetry:main Aug 7, 2024
50 checks passed
@codeboten codeboten deleted the codeboten/semconv-1.26.0 branch August 7, 2024 20:35
@github-actions github-actions bot added this to the next release milestone Aug 7, 2024
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.

update semconv generation tooling
3 participants