1 instantiation of AspireEventSource
Aspire.Hosting (1)
AspireEventSource.cs (1)
12public static readonly AspireEventSource Instance = new AspireEventSource();
29 references to AspireEventSource
Aspire.Hosting (29)
AspireEventSource.cs (1)
12public static readonly AspireEventSource Instance = new AspireEventSource();
Dcp\DcpDependencyCheck.cs (2)
140AspireEventSource.Instance.DcpVersionCheckStart(); 175AspireEventSource.Instance.DcpVersionCheckStop();
Dcp\DcpExecutor.cs (8)
142AspireEventSource.Instance.DcpModelCreationStart(); 220AspireEventSource.Instance.DcpModelCreationStop(); 1508AspireEventSource.Instance.DcpContainerExecutableCreateStart(er.DcpResourceName); 1513AspireEventSource.Instance.DcpContainerExecutableCreateStop(er.DcpResourceName); 1568AspireEventSource.Instance.DcpExecutableCreateStart(er.DcpResourceName); 1573AspireEventSource.Instance.DcpExecutableCreateStop(er.DcpResourceName); 1706AspireEventSource.Instance.DcpContainersCreateStart(); 1754AspireEventSource.Instance.DcpContainersCreateStop();
Dcp\DcpHost.cs (6)
86AspireEventSource.Instance.ContainerRuntimeHealthCheckStart(); 121AspireEventSource.Instance?.ContainerRuntimeHealthCheckStop(); 134AspireEventSource.Instance.DcpApiServerLaunchStart(); 143AspireEventSource.Instance.DcpLogSocketCreateStart(); 161AspireEventSource.Instance.DcpLogSocketCreateStop(); 168AspireEventSource.Instance.DcpApiServerLaunchStop();
Dcp\KubernetesService.cs (4)
474AspireEventSource.Instance.DcpApiCallStart(operationType, resourceType); 488AspireEventSource.Instance.DcpApiCallStop(operationType, resourceType); 509AspireEventSource.Instance.DcpApiCallTimeout(operationType, resourceType); 522AspireEventSource.Instance.DcpApiCallRetry(operationType, resourceType);
Dcp\Process\ProcessUtil.cs (2)
91AspireEventSource.Instance.ProcessLaunchStart(processSpec.ExecutablePath, processSpec.Arguments ?? ""); 128AspireEventSource.Instance.ProcessLaunchStop(processSpec.ExecutablePath, processSpec.Arguments ?? "");
DistributedApplication.cs (2)
477AspireEventSource.Instance.AppBeforeStartHooksStart(); 504AspireEventSource.Instance.AppBeforeStartHooksStop();
DistributedApplicationBuilder.cs (2)
678AspireEventSource.Instance.DistributedApplicationBuildStart(); 701AspireEventSource.Instance.DistributedApplicationBuildStop();
Orchestrator\OrchestratorHostService.cs (2)
72AspireEventSource.Instance.DcpHostStartupStop(); 78AspireEventSource.Instance.DcpHostStartupStart();