-
Notifications
You must be signed in to change notification settings - Fork 100
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
Add Otel Java links to readme. Update CI badge. #339
Conversation
Codecov Report
@@ Coverage Diff @@
## master #339 +/- ##
=========================================
Coverage 58.96% 58.96%
Complexity 1207 1207
=========================================
Files 131 131
Lines 5064 5064
Branches 592 592
=========================================
Hits 2986 2986
Misses 1805 1805
Partials 273 273 Continue to review full report at Codecov.
|
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.
lgtm 🚢
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.
Just wanted to make it clear that OpenTelemetry is the preferred method!
Co-authored-by: Nathaniel Ruiz Nowell <[email protected]>
|
||
### :mega: OpenTelemetry Java with AWS X-Ray | ||
|
||
AWS X-Ray recommends using AWS Distro for OpenTelemetry (ADOT) to instrument your application due to its wider range of features and instrumentations. See [Working with Java](https://docs.aws.amazon.com/xray/latest/devguide/xray-java.html) for more help with choosing between ADOT and X-Ray SDK. |
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 it’s useful to add this? I find that customers often think they need both when they only need one.
AWS X-Ray recommends using AWS Distro for OpenTelemetry (ADOT) to instrument your application due to its wider range of features and instrumentations. See [Working with Java](https://docs.aws.amazon.com/xray/latest/devguide/xray-java.html) for more help with choosing between ADOT and X-Ray SDK. | |
AWS X-Ray recommends using AWS Distro for OpenTelemetry (ADOT) to instrument your application **instead of this X-Ray SDK** due to its wider range of features and instrumentations. See the [AWS X-Ray docs on Working with Java](https://docs.aws.amazon.com/xray/latest/devguide/xray-java.html) for more help with choosing between ADOT and X-Ray SDK. |
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.