2 references to GuestProcessStarted
aspire (1)
Projects\ProcessGuestLauncher.cs (1)
155AddEvent(activity, ProfilingTelemetry.Events.GuestProcessStarted, TelemetryConstants.Tags.ProcessPid, execution.ProcessId);
Aspire.Cli.Tests (1)
Projects\GuestRuntimeTests.cs (1)
820Assert.Contains(activity.Events, @event => @event.Name == ProfilingTelemetry.Events.GuestProcessStarted);