-
Notifications
You must be signed in to change notification settings - Fork 651
Remove semver: prefix from instrumentation version #3798
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
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #3798 +/- ##
=======================================
+ Coverage 70.5% 74.8% +4.3%
=======================================
Files 149 154 +5
Lines 7133 7198 +65
=======================================
+ Hits 5030 5388 +358
+ Misses 1972 1663 -309
- Partials 131 147 +16
|
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.
Can we use Version()
instead of SemVersion()
in places where we initialize instrumentation.Library
and deprecate the SemVersion
functions?
@9bany Can you sign the CLA? |
@pellared Yeah! we can. |
@open-telemetry/go-approvers Are we fine removing |
+1 to deprecation |
I am also leaning towards deprecation as the function was exported and someone might be using it. We should have the functions marked as deprecated at least for one release before removing them. |
I have no idea to fix this error
ref: Details |
It happens. Do not worry 😉 I will rerun until it passes. |
Co-authored-by: Tyler Yahn <[email protected]>
As you can see in this https://app.codecov.io/gh/open-telemetry/opentelemetry-go-contrib/pull/3798?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=checks&utm_campaign=pr+comments&utm_term=open-telemetry |
Right. That's understood when looking at the coverage 👍 |
ref: open-telemetry/opentelemetry-specification#873
issue related: #3681
semver:
prefixSemVersion
functions.