1 instantiation of AspireEventSource
Aspire.Hosting (1)
AspireEventSource.cs (1)
12
public static readonly AspireEventSource Instance = new
AspireEventSource
();
25 references to AspireEventSource
Aspire.Hosting (25)
AspireEventSource.cs (1)
12
public static readonly
AspireEventSource
Instance = new AspireEventSource();
Dcp\DcpDependencyCheck.cs (2)
139
AspireEventSource
.Instance.DcpVersionCheckStart();
173
AspireEventSource
.Instance.DcpVersionCheckStop();
Dcp\DcpExecutor.cs (4)
109
AspireEventSource
.Instance.DcpModelCreationStart();
139
AspireEventSource
.Instance.DcpModelCreationStop();
584
AspireEventSource
.Instance.DcpServicesCreationStart();
646
AspireEventSource
.Instance.DcpServicesCreationStop();
Dcp\DcpHost.cs (6)
78
AspireEventSource
.Instance.ContainerRuntimeHealthCheckStart();
117
AspireEventSource
.Instance?.ContainerRuntimeHealthCheckStop();
130
AspireEventSource
.Instance.DcpApiServerLaunchStart();
139
AspireEventSource
.Instance.DcpLogSocketCreateStart();
153
AspireEventSource
.Instance.DcpLogSocketCreateStop();
160
AspireEventSource
.Instance.DcpApiServerLaunchStop();
Dcp\KubernetesService.cs (4)
431
AspireEventSource
.Instance.DcpApiCallStart(operationType, resourceType);
445
AspireEventSource
.Instance.DcpApiCallStop(operationType, resourceType);
466
AspireEventSource
.Instance.DcpApiCallTimeout(operationType, resourceType);
479
AspireEventSource
.Instance.DcpApiCallRetry(operationType, resourceType);
Dcp\Process\ProcessUtil.cs (2)
89
AspireEventSource
.Instance.ProcessLaunchStart(processSpec.ExecutablePath, processSpec.Arguments ?? "");
116
AspireEventSource
.Instance.ProcessLaunchStop(processSpec.ExecutablePath, processSpec.Arguments ?? "");
DistributedApplication.cs (2)
398
AspireEventSource
.Instance.AppBeforeStartHooksStart();
416
AspireEventSource
.Instance.AppBeforeStartHooksStop();
DistributedApplicationBuilder.cs (2)
412
AspireEventSource
.Instance.DistributedApplicationBuildStart();
435
AspireEventSource
.Instance.DistributedApplicationBuildStop();
Orchestrator\OrchestratorHostService.cs (2)
72
AspireEventSource
.Instance.DcpHostStartupStop();
78
AspireEventSource
.Instance.DcpHostStartupStart();