12 references to GetDashboardUrl
Aspire.Dashboard (9)
Mcp\AspireTelemetryMcpTools.cs (1)
130AIHelpers.GetDashboardUrl(_dashboardOptions.CurrentValue));
Model\Assistant\AIHelpers.cs (3)
50var dashboardBaseUrl = includeDashboardUrl ? GetDashboardUrl(options) : null; 200return SharedAIHelpers.GetStructuredLogsJson(otlpData.ResourceLogs, getResourceName, includeDashboardUrl ? GetDashboardUrl(options) : null); 205return SharedAIHelpers.GetStructuredLogJson(otlpData.ResourceLogs, getResourceName, includeDashboardUrl ? GetDashboardUrl(options) : null);
Model\Assistant\AssistantChatDataContext.cs (2)
102return SharedAIHelpers.GetTraceJson(spans, r => OtlpHelpers.GetResourceName(r, resources), AIHelpers.GetDashboardUrl(_dashboardOptions.CurrentValue)); 180var (tracesData, limitMessage) = SharedAIHelpers.GetTracesJson(spans, r => OtlpHelpers.GetResourceName(r, resources), AIHelpers.GetDashboardUrl(_dashboardOptions.CurrentValue));
Model\Assistant\Prompts\KnownChatMessages.cs (3)
290var (tracesData, _) = SharedAIHelpers.GetTracesJson(spans, getResourceName, AIHelpers.GetDashboardUrl(options)); 317var (tracesData, _) = SharedAIHelpers.GetTracesJson(spans, getResourceName, AIHelpers.GetDashboardUrl(options)); 344var (tracesData, limitMessage) = SharedAIHelpers.GetTracesJson(spans, getResourceName, AIHelpers.GetDashboardUrl(options));
Aspire.Dashboard.Tests (3)
Model\AIAssistant\AIHelpersTests.cs (3)
190var url = AIHelpers.GetDashboardUrl(options); 205var url = AIHelpers.GetDashboardUrl(options); 220var url = AIHelpers.GetDashboardUrl(options);