3 writes to Baggage
Aspire.Hosting.Tests (3)
Backchannel\BackchannelContractTests.cs (3)
188
Baggage
= new()
210
Baggage
= new()
284
Baggage
= new()
3 references to Baggage
Aspire.Hosting (2)
Diagnostics\ProfilingTelemetry.cs (2)
639
foreach (var (key, value) in traceContext.
Baggage
)
652
var sessionId = traceContext?.
Baggage
.TryGetValue(Tags.ProfilingSessionId, out var baggageSessionId) == true && !string.IsNullOrEmpty(baggageSessionId)
Aspire.Hosting.Tests (1)
Backchannel\BackchannelContractTests.cs (1)
414
BackchannelTraceContext context => $"{nameof(BackchannelTraceContext)}({context.
Baggage
.Count} baggage items)",