50 references to Instance
Aspire.Hosting (50)
Dcp\DcpDependencyCheck.cs (4)
33AspireEventSource.Instance.DcpInfoFetchStart(force); 137AspireEventSource.Instance.DcpInfoFetchStop(force); 143AspireEventSource.Instance.DcpVersionCheckStart(); 178AspireEventSource.Instance.DcpVersionCheckStop();
Dcp\DcpExecutor.cs (28)
159AspireEventSource.Instance.DcpModelCreationStart(); 223AspireEventSource.Instance.DcpModelCreationStop(); 266AspireEventSource.Instance.DcpResourceCleanupStart(); 271AspireEventSource.Instance.DcpResourceCleanupStop(); 793AspireEventSource.Instance.DcpServiceAddressAllocationStart(initialServiceCount); 818AspireEventSource.Instance.DcpServiceAddressAllocated(srvResource.Metadata.Name); 839AspireEventSource.Instance.DcpServiceAddressAllocationFailed(sar.Metadata.Name); 845AspireEventSource.Instance.DcpServiceAddressAllocationStop(initialServiceCount - needAddressAllocated.Count); 904AspireEventSource.Instance.DcpObjectSetCreationStart(RT.ObjectKind, toCreate.Length); 914AspireEventSource.Instance.DcpObjectCreationStart(rtc.Kind, rtc.Metadata.Name); 919AspireEventSource.Instance.DcpObjectCreationStop(rtc.Kind, rtc.Metadata.Name); 934AspireEventSource.Instance.DcpObjectSetCreationStop(RT.ObjectKind, toCreate.Length); 1481AspireEventSource.Instance.DcpObjectSetCreationStart(executableKind, executableCount); 1495AspireEventSource.Instance.DcpObjectSetCreationStop(executableKind, executableCount); 1510AspireEventSource.Instance.CreateAspireExecutableResourcesStart(resource.Name); 1590AspireEventSource.Instance.CreateAspireExecutableResourcesStop(resource.Name); 1604AspireEventSource.Instance.DcpObjectCreationStart(er.DcpResource.Kind, er.DcpResourceName); 1609AspireEventSource.Instance.DcpObjectCreationStop(er.DcpResource.Kind, er.DcpResourceName); 1621AspireEventSource.Instance.DcpObjectCreationStart(er.DcpResource.Kind, er.DcpResourceName); 1754AspireEventSource.Instance.DcpObjectCreationStop(er.DcpResource.Kind, er.DcpResourceName); 1915AspireEventSource.Instance.DcpObjectSetCreationStart(Model.Dcp.ContainerKind, containerCount); 1968AspireEventSource.Instance.DcpObjectSetCreationStop(Model.Dcp.ContainerKind, containerCount); 1978AspireEventSource.Instance.DcpObjectCreationStart(dcpContainerResource.Kind, dcpContainerResource.Metadata.Name); 2179AspireEventSource.Instance.DcpObjectCreationStop(cr.DcpResource.Kind, cr.DcpResourceName); 2385AspireEventSource.Instance.StopResourceStart(dcpResource.Kind, dcpResource.Metadata.Name); 2430AspireEventSource.Instance.StopResourceStop(dcpResource.Kind, dcpResource.Metadata.Name); 2458AspireEventSource.Instance.StartResourceStart(appResource.DcpResource.Kind, appResource.DcpResource.Metadata.Name); 2503AspireEventSource.Instance.StartResourceStop(appResource.DcpResource.Kind, appResource.DcpResource.Metadata.Name);
Dcp\DcpHost.cs (6)
86AspireEventSource.Instance.ContainerRuntimeHealthCheckStart(); 121AspireEventSource.Instance.ContainerRuntimeHealthCheckStop(); 134AspireEventSource.Instance.DcpApiServerLaunchStart(); 143AspireEventSource.Instance.DcpLogSocketCreateStart(); 161AspireEventSource.Instance.DcpLogSocketCreateStop(); 168AspireEventSource.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)
525AspireEventSource.Instance.AppBeforeStartHooksStart(); 552AspireEventSource.Instance.AppBeforeStartHooksStop();
DistributedApplicationBuilder.cs (2)
719AspireEventSource.Instance.DistributedApplicationBuildStart(); 742AspireEventSource.Instance.DistributedApplicationBuildStop();
Orchestrator\OrchestratorHostService.cs (2)
72AspireEventSource.Instance.DcpHostStartupStop(); 78AspireEventSource.Instance.DcpHostStartupStart();