1 instantiation of AspireEventSource
Aspire.Hosting (1)
AspireEventSource.cs (1)
12public static readonly AspireEventSource Instance = new AspireEventSource();
31 references to AspireEventSource
Aspire.Hosting (31)
AspireEventSource.cs (1)
12public static readonly AspireEventSource Instance = new AspireEventSource();
Dcp\DcpDependencyCheck.cs (2)
140AspireEventSource.Instance.DcpVersionCheckStart(); 175AspireEventSource.Instance.DcpVersionCheckStop();
Dcp\DcpExecutor.cs (10)
135AspireEventSource.Instance.DcpModelCreationStart(); 170AspireEventSource.Instance.DcpModelCreationStop(); 720AspireEventSource.Instance.DcpServicesCreationStart(); 782AspireEventSource.Instance.DcpServicesCreationStop(); 1211AspireEventSource.Instance.DcpContainerExecutableCreateStart(er.DcpResourceName); 1216AspireEventSource.Instance.DcpContainerExecutableCreateStop(er.DcpResourceName); 1264AspireEventSource.Instance.DcpExecutableCreateStart(er.DcpResourceName); 1269AspireEventSource.Instance.DcpExecutableCreateStop(er.DcpResourceName); 1402AspireEventSource.Instance.DcpContainersCreateStart(); 1476AspireEventSource.Instance.DcpContainersCreateStop();
Dcp\DcpHost.cs (6)
87AspireEventSource.Instance.ContainerRuntimeHealthCheckStart(); 122AspireEventSource.Instance?.ContainerRuntimeHealthCheckStop(); 135AspireEventSource.Instance.DcpApiServerLaunchStart(); 144AspireEventSource.Instance.DcpLogSocketCreateStart(); 162AspireEventSource.Instance.DcpLogSocketCreateStop(); 169AspireEventSource.Instance.DcpApiServerLaunchStop();
Dcp\KubernetesService.cs (4)
469AspireEventSource.Instance.DcpApiCallStart(operationType, resourceType); 483AspireEventSource.Instance.DcpApiCallStop(operationType, resourceType); 504AspireEventSource.Instance.DcpApiCallTimeout(operationType, resourceType); 517AspireEventSource.Instance.DcpApiCallRetry(operationType, resourceType);
Dcp\Process\ProcessUtil.cs (2)
89AspireEventSource.Instance.ProcessLaunchStart(processSpec.ExecutablePath, processSpec.Arguments ?? ""); 116AspireEventSource.Instance.ProcessLaunchStop(processSpec.ExecutablePath, processSpec.Arguments ?? "");
DistributedApplication.cs (2)
477AspireEventSource.Instance.AppBeforeStartHooksStart(); 495AspireEventSource.Instance.AppBeforeStartHooksStop();
DistributedApplicationBuilder.cs (2)
534AspireEventSource.Instance.DistributedApplicationBuildStart(); 557AspireEventSource.Instance.DistributedApplicationBuildStop();
Orchestrator\OrchestratorHostService.cs (2)
72AspireEventSource.Instance.DcpHostStartupStop(); 78AspireEventSource.Instance.DcpHostStartupStart();