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)
95
if (!
_dashboardClient
.IsEnabled)
100
var resources =
_dashboardClient
.GetResources();
113
await foreach (var logBatch in
_dashboardClient
.GetConsoleLogs(resource.Name, cancellationToken).ConfigureAwait(false))
131
var resourceName = ResourceViewModel.GetResourceName(resource,
_dashboardClient
.GetResources());