12 references to SetBaggage
aspire (2)
Telemetry\ProfilingTelemetry.cs (2)
712
activity.
SetBaggage
(Baggage.SessionId, sessionId);
760
current.
SetBaggage
(Baggage.SessionId, sessionId);
Aspire.Cli.Tests (3)
Commands\AppHostLauncherTests.cs (1)
954
activity.
SetBaggage
(ProfilingTelemetry.Baggage.SessionId, "session-1");
Telemetry\ProfilingTelemetryContextTests.cs (1)
22
activity.
SetBaggage
(ProfilingTelemetry.Baggage.SessionId, "session-1");
Telemetry\ProfilingTelemetryTests.cs (1)
298
parentActivity.
SetBaggage
(ProfilingTelemetry.Baggage.SessionId, "session-1");
Aspire.Hosting (4)
Diagnostics\ProfilingTelemetry.cs (4)
614
activity.
SetBaggage
(Tags.ProfilingSessionId, sessionId);
627
activity.
SetBaggage
(Tags.ProfilingSessionId, sessionId);
641
activity.
SetBaggage
(key, value);
657
activity.
SetBaggage
(Tags.ProfilingSessionId, sessionId);
Aspire.Hosting.RemoteHost (2)
Diagnostics\RemoteHostProfilingTelemetry.cs (2)
289
activity.
SetBaggage
(Baggage.SessionId, sessionId);
342
current.
SetBaggage
(Baggage.SessionId, sessionId);
Microsoft.Extensions.Telemetry.Tests (1)
Logging\ExtendedLoggerFactoryTests.cs (1)
372
activity.
SetBaggage
("MyBaggageKey3", "4");