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\ApplicationExecutor.cs (10)
115AspireEventSource.Instance.DcpModelCreationStart(); 151AspireEventSource.Instance.DcpModelCreationStop(); 812AspireEventSource.Instance.DcpServicesCreationStart(); 892AspireEventSource.Instance.DcpServicesCreationStop(); 1122AspireEventSource.Instance.DcpExecutablesCreateStart(); 1165AspireEventSource.Instance.DcpExecutablesCreateStop(); 1376AspireEventSource.Instance.DcpContainersCreateStart(); 1425AspireEventSource.Instance.DcpContainersCreateStop(); 1794AspireEventSource.Instance.DcpModelCleanupStart(); 1807AspireEventSource.Instance.DcpModelCleanupStop();
Dcp\DcpDependencyCheck.cs (4)
142AspireEventSource.Instance.DcpVersionCheckStart(); 176AspireEventSource.Instance.DcpVersionCheckStop(); 189AspireEventSource.Instance.ContainerRuntimeHealthCheckStart(); 226AspireEventSource.Instance?.ContainerRuntimeHealthCheckStop();
Dcp\DcpHostService.cs (6)
116AspireEventSource.Instance.DcpApiServerLaunchStart(); 125AspireEventSource.Instance.DcpLogSocketCreateStart(); 139AspireEventSource.Instance.DcpLogSocketCreateStop(); 146AspireEventSource.Instance.DcpApiServerLaunchStop(); 347AspireEventSource.Instance.DcpHostStartupStop(); 353AspireEventSource.Instance.DcpHostStartupStart();
Dcp\KubernetesService.cs (4)
298AspireEventSource.Instance.DcpApiCallStart(operationType, resourceType); 314AspireEventSource.Instance.DcpApiCallTimeout(operationType, resourceType); 320AspireEventSource.Instance.DcpApiCallRetry(operationType, resourceType); 326AspireEventSource.Instance.DcpApiCallStop(operationType, resourceType);
Dcp\Process\ProcessUtil.cs (2)
89AspireEventSource.Instance.ProcessLaunchStart(processSpec.ExecutablePath, processSpec.Arguments ?? ""); 116AspireEventSource.Instance.ProcessLaunchStop(processSpec.ExecutablePath, processSpec.Arguments ?? "");
DistributedApplication.cs (2)
345AspireEventSource.Instance.AppBeforeStartHooksStart(); 363AspireEventSource.Instance.AppBeforeStartHooksStop();
DistributedApplicationBuilder.cs (2)
280AspireEventSource.Instance.DistributedApplicationBuildStart(); 303AspireEventSource.Instance.DistributedApplicationBuildStop();