Skip to content

Commit

Permalink
Use the DefaultTextMapPropagator from the microservices example
Browse files Browse the repository at this point in the history
  • Loading branch information
alanwest committed Feb 16, 2022
1 parent 8394aa2 commit 48f7957
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ namespace Utils.Messaging
public class MessageReceiver : IDisposable
{
private static readonly ActivitySource ActivitySource = new ActivitySource(nameof(MessageReceiver));
private static readonly TextMapPropagator Propagator = new TraceContextPropagator();
private static readonly TextMapPropagator Propagator = Propagators.DefaultTextMapPropagator;

private readonly ILogger<MessageReceiver> logger;
private readonly IConnection connection;
Expand Down

0 comments on commit 48f7957

Please sign in to comment.