Skip to content

Commit

Permalink
Fix tracing names
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinjahn committed Dec 7, 2024
1 parent 74e5e5d commit 3c5023a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/http/httpClient/Middleware/BodyInspectionHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ CancellationToken cancellationToken
obsOptions.TracerInstrumentationName
);
activity = activitySource?.StartActivity(
$"{nameof(RedirectHandler)}_{nameof(SendAsync)}"
$"{nameof(BodyInspectionHandler)}_{nameof(SendAsync)}"
);
activity?.SetTag("com.microsoft.kiota.handler.bodyInspection.enable", true);
}
Expand Down

0 comments on commit 3c5023a

Please sign in to comment.