Added info what are the new semantic attributes to be used - #4840
Conversation
Codecov ReportBase: 90.79% // Head: 90.79% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## main #4840 +/- ##
=========================================
Coverage 90.79% 90.79%
Complexity 4844 4844
=========================================
Files 555 555
Lines 14438 14438
Branches 1405 1405
=========================================
Hits 13109 13109
Misses 910 910
Partials 419 419 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 at Codecov. |
|
|
||
| /** | ||
| * @deprecated This item has been removed as of 1.13.0 of the semantic conventions. | ||
| * @deprecated This item has been removed as of 1.13.0 of the semantic conventions. Please use {@link SemanticAttributes.NET_SOCK_PEER_ADDR} instead. |
There was a problem hiding this comment.
Yeah, it's a sticky wicket, isn't it. I don't particularly like that the spec doesn't deprecate but relies on the usage of the schema, which I'm sure no one actually uses. :(
Is there any harm in keeping these around longer?
There was a problem hiding this comment.
Is there any harm in keeping these around longer?
AFAIK no, not really. I think we could keep them for a bit longer if it makes it easier for people to migrate off of them; we're certainly no longer using these in the instrumentation repo.
There was a problem hiding this comment.
Two versions? Three versions?
There was a problem hiding this comment.
no idea. Let's raise it as a topic at the Thursday meeting.
|
@marcingrzejszczak are you able to run the code generator as well, to get the actual java files up to date? |
|
Updated the code after running the code generator |
Related change - open-telemetry/opentelemetry-specification@0b45213