1 instantiation of AspireEventSource
Aspire.Hosting (1)
AspireEventSource.cs (1)
12public static readonly AspireEventSource Instance = new AspireEventSource();
25 references to AspireEventSource
Aspire.Hosting (25)
AspireEventSource.cs (1)
12public static readonly AspireEventSource Instance = new AspireEventSource();
Dcp\DcpDependencyCheck.cs (2)
139AspireEventSource.Instance.DcpVersionCheckStart(); 173AspireEventSource.Instance.DcpVersionCheckStop();
Dcp\DcpExecutor.cs (4)
109AspireEventSource.Instance.DcpModelCreationStart(); 139AspireEventSource.Instance.DcpModelCreationStop(); 584AspireEventSource.Instance.DcpServicesCreationStart(); 646AspireEventSource.Instance.DcpServicesCreationStop();
Dcp\DcpHost.cs (6)
78AspireEventSource.Instance.ContainerRuntimeHealthCheckStart(); 117AspireEventSource.Instance?.ContainerRuntimeHealthCheckStop(); 130AspireEventSource.Instance.DcpApiServerLaunchStart(); 139AspireEventSource.Instance.DcpLogSocketCreateStart(); 153AspireEventSource.Instance.DcpLogSocketCreateStop(); 160AspireEventSource.Instance.DcpApiServerLaunchStop();
Dcp\KubernetesService.cs (4)
431AspireEventSource.Instance.DcpApiCallStart(operationType, resourceType); 445AspireEventSource.Instance.DcpApiCallStop(operationType, resourceType); 466AspireEventSource.Instance.DcpApiCallTimeout(operationType, resourceType); 479AspireEventSource.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)
398AspireEventSource.Instance.AppBeforeStartHooksStart(); 416AspireEventSource.Instance.AppBeforeStartHooksStop();
DistributedApplicationBuilder.cs (2)
412AspireEventSource.Instance.DistributedApplicationBuildStart(); 435AspireEventSource.Instance.DistributedApplicationBuildStop();
Orchestrator\OrchestratorHostService.cs (2)
72AspireEventSource.Instance.DcpHostStartupStop(); 78AspireEventSource.Instance.DcpHostStartupStart();