-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Remove the InstrumentationLibrary to Scope translation, OTLP 0.19 no longer supports it. #5819
Conversation
Not sure if this should be a "breaking change". Probably to be safe we can say it is. |
9c6b986
to
7113da2
Compare
Codecov Report
@@ Coverage Diff @@
## main #5819 +/- ##
==========================================
- Coverage 91.74% 91.71% -0.04%
==========================================
Files 191 191
Lines 11434 11392 -42
==========================================
- Hits 10490 10448 -42
Misses 752 752
Partials 192 192
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
3eb5f78
to
7ecbe9f
Compare
…longer supports it. Signed-off-by: Bogdan <[email protected]>
7ecbe9f
to
6cb50cf
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 think the change itself is fine, one question i have is whether there should be a migration guide section somewhere, or at least an indicator of what OTLP protocols are supported by a collector that's easier to find than looking at the Makefile.
This would be to answer questions from users that may upgrade the collector to find that their data is no longer working because they're sending an outdated version of OTLP.
@codeboten is that not the changelog? Why do we have the changelog then? |
I guess I was thinking something that is easier to parse ie. the table here: https://github.com/open-telemetry/opentelemetry-operator/#opentelemetry-operator-vs-kubernetes-vs-cert-manager |
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.
With the new changelog entry i think this is ok.
Kept a generic "Migrate[Logs|Metrics|Traces]" so that if needed in the future we will not forget to update any place.
Fixes #5818
Signed-off-by: Bogdan [email protected]