upgraded opentelemetry client to OTEL v1.17.0#271
Merged
fredbi merged 1 commit intogo-openapi:masterfrom Dec 8, 2023
Merged
Conversation
Member
Author
|
Notice that with this, runtime won't build with go1.18. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #271 +/- ##
==========================================
+ Coverage 80.26% 80.28% +0.01%
==========================================
Files 44 44
Lines 3350 3353 +3
==========================================
+ Hits 2689 2692 +3
Misses 546 546
Partials 115 115
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
casualjim
approved these changes
Dec 8, 2023
youyuanwu
approved these changes
Dec 8, 2023
* NOTE: otel v1.17.0 is the last version supporting go1.19. more recent otel packages (now v1.21.0) require go1.20. Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
upgraded opentelemetry client to OTEL v1.17.0
more recent otel packages (now v1.21.0) require go1.20.
Signed-off-by: Frederic BIDON fredbi@yahoo.com