2 references to GuestProcessExited
aspire (1)
Projects\ProcessGuestLauncher.cs (1)
185AddEvent(activity, ProfilingTelemetry.Events.GuestProcessExited, TelemetryConstants.Tags.ProcessExitCode, finalExitCode);
Aspire.Cli.Tests (1)
Projects\GuestRuntimeTests.cs (1)
822Assert.Contains(activity.Events, @event => @event.Name == ProfilingTelemetry.Events.GuestProcessExited);