-
Notifications
You must be signed in to change notification settings - Fork 417
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
[SEMANTIC CONVENTIONS] Upgrade to version 1.15.0 #1761
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #1761 +/- ##
=======================================
Coverage 85.77% 85.77%
=======================================
Files 171 171
Lines 5214 5214
=======================================
Hits 4472 4472
Misses 742 742
|
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 for the upgrade.
build break on windows 2019 on ERROR
Please note: I had to implement a work around for ERROR in windows, similar to DELETE:
Build on windows fails without it. |
Wondering why this is needed now. |
I think this line is having conflict with ERROR macro
|
Can we rename the new variable here? |
Yeah good point, if it is possible to do in the jinja template. |
Some comments about ERROR:
If we rename it:
My preference at this point is:
Requesting re-review to settle this. |
@marcalff Should we instead change the variable name to follow the C++ style guide (https://google.github.io/styleguide/cppguide.html#Constant_Names) i.e, Also semantic conventions specs are still experimental, so we can use that to our benefit :) |
This avoids any collision with macros, typically ALL_UPPER_CASE.
Added notes in CHANGELOG.
Thanks @lalitb, this is a much better solution. Implemented. |
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.
LGTM. Thanks :)
Fixes #1758
Changes
Upgrade semantic conventions to opentelemetry-specification 1.15.0
Change naming to use camel case, to avoid collisions with macros.
CHANGELOG.md
updated for non-trivial changes