diff --git a/src/OpenTelemetry.Instrumentation.AWS/CHANGELOG.md b/src/OpenTelemetry.Instrumentation.AWS/CHANGELOG.md index 6ad749ae64..89b8e888ff 100644 --- a/src/OpenTelemetry.Instrumentation.AWS/CHANGELOG.md +++ b/src/OpenTelemetry.Instrumentation.AWS/CHANGELOG.md @@ -11,6 +11,8 @@ * 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)) ## 1.0.2 diff --git a/src/OpenTelemetry.Instrumentation.AWS/Implementation/AWSTracingPipelineHandler.cs b/src/OpenTelemetry.Instrumentation.AWS/Implementation/AWSTracingPipelineHandler.cs index 2c11c425d9..51c970d0dc 100644 --- a/src/OpenTelemetry.Instrumentation.AWS/Implementation/AWSTracingPipelineHandler.cs +++ b/src/OpenTelemetry.Instrumentation.AWS/Implementation/AWSTracingPipelineHandler.cs @@ -22,7 +22,7 @@ using Amazon.Runtime.Internal; using Amazon.Util; using OpenTelemetry.Context.Propagation; -using OpenTelemetry.Contrib.Extensions.AWSXRay.Trace; +using OpenTelemetry.Extensions.AWS.Trace; using OpenTelemetry.Trace; namespace OpenTelemetry.Instrumentation.AWS.Implementation; diff --git a/src/OpenTelemetry.Instrumentation.AWS/OpenTelemetry.Instrumentation.AWS.csproj b/src/OpenTelemetry.Instrumentation.AWS/OpenTelemetry.Instrumentation.AWS.csproj index b9f79ab96e..0e7ed6969d 100644 --- a/src/OpenTelemetry.Instrumentation.AWS/OpenTelemetry.Instrumentation.AWS.csproj +++ b/src/OpenTelemetry.Instrumentation.AWS/OpenTelemetry.Instrumentation.AWS.csproj @@ -13,7 +13,7 @@ - +