Skip to content

Commit

Permalink
Revert AWS readme, as it is using old version of OTel
Browse files Browse the repository at this point in the history
  • Loading branch information
Kielek committed Feb 27, 2023
1 parent 94c52e5 commit 834f467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OpenTelemetry.Contrib.Instrumentation.AWS/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ using OpenTelemetry.Trace;
public void ConfigureServices(IServiceCollection services)
{
services.AddControllers();
services.AddOpenTelemetry().WithTracing(builder => builder
services.AddOpenTelemetryTracing((builder) => builder
// for tracing calls to AWS services via AWS SDK for .Net
.AddAWSInstrumentation()
.AddAspNetCoreInstrumentation()
Expand Down

0 comments on commit 834f467

Please sign in to comment.