-
Notifications
You must be signed in to change notification settings - Fork 831
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
Update semconv to 1.19.0 and related build tool changes #5311
Conversation
semconv/src/main/java/io/opentelemetry/semconv/resource/attributes/ResourceAttributes.java
Show resolved
Hide resolved
semconv/src/main/java/io/opentelemetry/semconv/trace/attributes/SemanticAttributes.java
Show resolved
Hide resolved
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #5311 +/- ##
============================================
+ Coverage 90.98% 90.99% +0.01%
Complexity 4900 4900
============================================
Files 551 551
Lines 14484 14494 +10
Branches 1369 1369
============================================
+ Hits 13178 13189 +11
Misses 907 907
+ Partials 399 398 -1
... and 1 file with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
semconv/src/main/java/io/opentelemetry/semconv/trace/attributes/SemanticAttributes.java
Show resolved
Hide resolved
semconv/src/main/java/io/opentelemetry/semconv/trace/attributes/SemanticAttributes.java
Show resolved
Hide resolved
semconv/src/main/java/io/opentelemetry/semconv/resource/attributes/ResourceAttributes.java
Show resolved
Hide resolved
a5e5d96
to
1ab7807
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've reviewed all the keys and confirm that all are accounted for (i.e. none were erroneously deleted).
Thanks for doing this @lmolkova and for providing the fixes in build-tools
!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @lmolkova !
There were a bunch of breaking changes in the spec in 1.19.0 along with changes in internal yaml structure and signal types.
Spec changes caused build-tool to break (open-telemetry/opentelemetry-specification#3299) and fix requires semconv generation script changes implemented in this PR and shown in open-telemetry/build-tools#157