1 write to _dashboardClient
Aspire.Dashboard (1)
Model\TelemetryExportService.cs (1)
29_dashboardClient = dashboardClient;
4 references to _dashboardClient
Aspire.Dashboard (4)
Model\TelemetryExportService.cs (4)
95if (!_dashboardClient.IsEnabled) 100var resources = _dashboardClient.GetResources(); 113await foreach (var logBatch in _dashboardClient.GetConsoleLogs(resource.Name, cancellationToken).ConfigureAwait(false)) 131var resourceName = ResourceViewModel.GetResourceName(resource, _dashboardClient.GetResources());