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)
160AspireEventSource.Instance.DcpModelCreationStart(); 224AspireEventSource.Instance.DcpModelCreationStop(); 267AspireEventSource.Instance.DcpResourceCleanupStart(); 272AspireEventSource.Instance.DcpResourceCleanupStop(); 794AspireEventSource.Instance.DcpServiceAddressAllocationStart(initialServiceCount); 819AspireEventSource.Instance.DcpServiceAddressAllocated(srvResource.Metadata.Name); 840AspireEventSource.Instance.DcpServiceAddressAllocationFailed(sar.Metadata.Name); 846AspireEventSource.Instance.DcpServiceAddressAllocationStop(initialServiceCount - needAddressAllocated.Count); 905AspireEventSource.Instance.DcpObjectSetCreationStart(RT.ObjectKind, toCreate.Length); 915AspireEventSource.Instance.DcpObjectCreationStart(rtc.Kind, rtc.Metadata.Name); 920AspireEventSource.Instance.DcpObjectCreationStop(rtc.Kind, rtc.Metadata.Name); 935AspireEventSource.Instance.DcpObjectSetCreationStop(RT.ObjectKind, toCreate.Length); 1457AspireEventSource.Instance.DcpObjectSetCreationStart(executableKind, executableCount); 1471AspireEventSource.Instance.DcpObjectSetCreationStop(executableKind, executableCount); 1486AspireEventSource.Instance.CreateAspireExecutableResourcesStart(resource.Name); 1561AspireEventSource.Instance.CreateAspireExecutableResourcesStop(resource.Name); 1575AspireEventSource.Instance.DcpObjectCreationStart(er.DcpResource.Kind, er.DcpResourceName); 1580AspireEventSource.Instance.DcpObjectCreationStop(er.DcpResource.Kind, er.DcpResourceName); 1592AspireEventSource.Instance.DcpObjectCreationStart(er.DcpResource.Kind, er.DcpResourceName); 1723AspireEventSource.Instance.DcpObjectCreationStop(er.DcpResource.Kind, er.DcpResourceName); 1871AspireEventSource.Instance.DcpObjectSetCreationStart(Model.Dcp.ContainerKind, containerCount); 1919AspireEventSource.Instance.DcpObjectSetCreationStop(Model.Dcp.ContainerKind, containerCount); 1929AspireEventSource.Instance.DcpObjectCreationStart(dcpContainerResource.Kind, dcpContainerResource.Metadata.Name); 2130AspireEventSource.Instance.DcpObjectCreationStop(cr.DcpResource.Kind, cr.DcpResourceName); 2336AspireEventSource.Instance.StopResourceStart(dcpResource.Kind, dcpResource.Metadata.Name); 2381AspireEventSource.Instance.StopResourceStop(dcpResource.Kind, dcpResource.Metadata.Name); 2409AspireEventSource.Instance.StartResourceStart(appResource.DcpResource.Kind, appResource.DcpResource.Metadata.Name); 2454AspireEventSource.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)
477AspireEventSource.Instance.AppBeforeStartHooksStart(); 504AspireEventSource.Instance.AppBeforeStartHooksStop();
DistributedApplicationBuilder.cs (2)
703AspireEventSource.Instance.DistributedApplicationBuildStart(); 726AspireEventSource.Instance.DistributedApplicationBuildStop();
Orchestrator\OrchestratorHostService.cs (2)
72AspireEventSource.Instance.DcpHostStartupStop(); 78AspireEventSource.Instance.DcpHostStartupStart();