-
Notifications
You must be signed in to change notification settings - Fork 290
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
[Instrumentation.AWS] Update dependency to OpenTelemetry.Extensions.AWS #1288
[Instrumentation.AWS] Update dependency to OpenTelemetry.Extensions.AWS #1288
Conversation
cfee164
to
7aaa0a8
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #1288 +/- ##
=======================================
Coverage 73.83% 73.83%
=======================================
Files 264 264
Lines 9386 9386
=======================================
Hits 6930 6930
Misses 2456 2456
|
@@ -11,6 +11,10 @@ | |||
* Global propagator is now used to inject into sent SQS and SNS message | |||
attributes (in addition to X-Ray propagation). | |||
([#1051](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/1051)) | |||
* Change dependency from `OpenTelemetry.Contrib.Extensions.AWSXRay` to `OpenTelemetry.Extensions.AWS` | |||
([#1288](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/1288)) | |||
* Update OpenTelemetry SDK version to `1.5.1` by `OpenTelemetry.Extensions.AWS` package. |
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.
Same as #1289 (comment)
Towards #1268
Changes
Update dependency to OpenTelemetry.Extensions.AWS
For significant contributions please make sure you have completed the following items:
CHANGELOG.md
updated for non-trivial changes[ ] Design discussion issue #[ ] Changes in public API reviewed