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)
64
if (!
_dashboardClient
.IsEnabled)
69
var resources =
_dashboardClient
.GetResources();
76
await foreach (var logBatch in
_dashboardClient
.GetConsoleLogs(resource.Name, cancellationToken).ConfigureAwait(false))