[SEMANTIC CONVENTIONS] Upgrade to version 1.15.0#1761
[SEMANTIC CONVENTIONS] Upgrade to version 1.15.0#1761lalitb merged 8 commits intoopen-telemetry:mainfrom
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
|
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. |
Fixes #1758
Changes
Upgrade semantic conventions to opentelemetry-specification 1.15.0
Change naming to use camel case, to avoid collisions with macros.
CHANGELOG.mdupdated for non-trivial changes