1 write to _dashboardClient
Aspire.Dashboard (1)
Model\TelemetryExportService.cs (1)
29_dashboardClient = dashboardClient;
3 references to _dashboardClient
Aspire.Dashboard (3)
Model\TelemetryExportService.cs (3)
64if (!_dashboardClient.IsEnabled) 69var resources = _dashboardClient.GetResources(); 76await foreach (var logBatch in _dashboardClient.GetConsoleLogs(resource.Name, cancellationToken).ConfigureAwait(false))