-
Notifications
You must be signed in to change notification settings - Fork 2.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
Compatibility updates for v2 in README #6316
Conversation
Signed-off-by: Jonah Kowall <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6316 +/- ##
==========================================
+ Coverage 96.24% 96.27% +0.03%
==========================================
Files 365 365
Lines 20907 20907
==========================================
+ Hits 20121 20129 +8
+ Misses 601 595 -6
+ Partials 185 183 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
README.md
Outdated
@@ -67,7 +67,7 @@ For example, any given Jaeger installation at Uber is typically processing sever | |||
|
|||
### Relationship with OpenTelemetry |
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.
Hm, I recently removed this section altogether, moved it to the documentation.
https://www.jaegertracing.io/docs/next-release-v2/#relationship-with-opentelemetry
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.
changes lgtm
@jkowall can you update per comments? |
…nsistently Signed-off-by: Jonah Kowall <[email protected]>
Ωconflicts w/ main |
Signed-off-by: Jonah Kowall <[email protected]>
## Which problem is this PR solving? Addresses part of jaegertracing/documentation#117 ## Description of the changes Update text to match Jaeger v2 ## How was this change tested? Not tested ## Checklist - [X] I have read https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md - [X] I have signed all commits --------- Signed-off-by: Jonah Kowall <[email protected]>
Which problem is this PR solving?
Addresses part of jaegertracing/documentation#117
Description of the changes
Update text to match Jaeger v2
How was this change tested?
Not tested
Checklist