1 instantiation of AspireEventSource
Aspire.Hosting (1)
AspireEventSource.cs (1)
12public static readonly AspireEventSource Instance = new AspireEventSource();
55 references to AspireEventSource
Aspire.Hosting (55)
AspireEventSource.cs (1)
12public static readonly AspireEventSource Instance = new AspireEventSource();
Dcp\DcpDependencyCheck.cs (4)
33AspireEventSource.Instance.DcpInfoFetchStart(force); 137AspireEventSource.Instance.DcpInfoFetchStop(force); 143AspireEventSource.Instance.DcpVersionCheckStart(); 178AspireEventSource.Instance.DcpVersionCheckStop();
Dcp\DcpExecutor.cs (30)
159AspireEventSource.Instance.DcpModelCreationStart(); 163AspireEventSource.Instance.DcpServiceObjectPreparationStart(); 170AspireEventSource.Instance.DcpServiceObjectPreparationStop(); 287AspireEventSource.Instance.DcpModelCreationStop(); 330AspireEventSource.Instance.DcpResourceCleanupStart(); 335AspireEventSource.Instance.DcpResourceCleanupStop(); 862AspireEventSource.Instance.DcpServiceAddressAllocationStart(initialServiceCount); 887AspireEventSource.Instance.DcpServiceAddressAllocated(srvResource.Metadata.Name); 908AspireEventSource.Instance.DcpServiceAddressAllocationFailed(sar.Metadata.Name); 914AspireEventSource.Instance.DcpServiceAddressAllocationStop(initialServiceCount - needAddressAllocated.Count); 973AspireEventSource.Instance.DcpObjectSetCreationStart(RT.ObjectKind, toCreate.Length); 983AspireEventSource.Instance.DcpObjectCreationStart(rtc.Kind, rtc.Metadata.Name); 988AspireEventSource.Instance.DcpObjectCreationStop(rtc.Kind, rtc.Metadata.Name); 1003AspireEventSource.Instance.DcpObjectSetCreationStop(RT.ObjectKind, toCreate.Length); 1592AspireEventSource.Instance.DcpObjectSetCreationStart(executableKind, executableCount); 1606AspireEventSource.Instance.DcpObjectSetCreationStop(executableKind, executableCount); 1621AspireEventSource.Instance.CreateAspireExecutableResourcesStart(resource.Name); 1701AspireEventSource.Instance.CreateAspireExecutableResourcesStop(resource.Name); 1715AspireEventSource.Instance.DcpObjectCreationStart(er.DcpResource.Kind, er.DcpResourceName); 1720AspireEventSource.Instance.DcpObjectCreationStop(er.DcpResource.Kind, er.DcpResourceName); 1732AspireEventSource.Instance.DcpObjectCreationStart(er.DcpResource.Kind, er.DcpResourceName); 1902AspireEventSource.Instance.DcpObjectCreationStop(er.DcpResource.Kind, er.DcpResourceName); 2063AspireEventSource.Instance.DcpObjectSetCreationStart(Model.Dcp.ContainerKind, containerCount); 2116AspireEventSource.Instance.DcpObjectSetCreationStop(Model.Dcp.ContainerKind, containerCount); 2126AspireEventSource.Instance.DcpObjectCreationStart(dcpContainerResource.Kind, dcpContainerResource.Metadata.Name); 2361AspireEventSource.Instance.DcpObjectCreationStop(cr.DcpResource.Kind, cr.DcpResourceName); 2567AspireEventSource.Instance.StopResourceStart(dcpResource.Kind, dcpResource.Metadata.Name); 2612AspireEventSource.Instance.StopResourceStop(dcpResource.Kind, dcpResource.Metadata.Name); 2640AspireEventSource.Instance.StartResourceStart(appResource.DcpResource.Kind, appResource.DcpResource.Metadata.Name); 2685AspireEventSource.Instance.StartResourceStop(appResource.DcpResource.Kind, appResource.DcpResource.Metadata.Name);
Dcp\DcpHost.cs (8)
99AspireEventSource.Instance.ContainerRuntimeHealthCheckStart(); 134AspireEventSource.Instance.ContainerRuntimeHealthCheckStop(); 140AspireEventSource.Instance.DevelopmentCertificateTrustCheckStart(); 191AspireEventSource.Instance.DevelopmentCertificateTrustCheckStop(); 204AspireEventSource.Instance.DcpApiServerLaunchStart(); 213AspireEventSource.Instance.DcpLogSocketCreateStart(); 231AspireEventSource.Instance.DcpLogSocketCreateStop(); 238AspireEventSource.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)
527AspireEventSource.Instance.AppBeforeStartHooksStart(); 554AspireEventSource.Instance.AppBeforeStartHooksStop();
DistributedApplicationBuilder.cs (2)
731AspireEventSource.Instance.DistributedApplicationBuildStart(); 754AspireEventSource.Instance.DistributedApplicationBuildStop();
Orchestrator\OrchestratorHostService.cs (2)
72AspireEventSource.Instance.DcpHostStartupStop(); 78AspireEventSource.Instance.DcpHostStartupStart();