5 references to GetDashboardApiAsync
aspire (5)
Commands\ExportCommand.cs (1)
103var dashboardApi = await TelemetryCommandHelpers.GetDashboardApiAsync(
Commands\TelemetryCommandHelpers.cs (1)
662/// Result of resolving the Dashboard API connection via <see cref="TelemetryCommandHelpers.GetDashboardApiAsync"/>.
Commands\TelemetryLogsCommand.cs (1)
100var dashboardApi = await TelemetryCommandHelpers.GetDashboardApiAsync(
Commands\TelemetrySpansCommand.cs (1)
90var dashboardApi = await TelemetryCommandHelpers.GetDashboardApiAsync(
Commands\TelemetryTracesCommand.cs (1)
88var dashboardApi = await TelemetryCommandHelpers.GetDashboardApiAsync(