3 references to TelemetryLogsApiUrl
Aspire.Dashboard.Tests (3)
DashboardUrlsTests.cs (3)
89var url = DashboardUrls.TelemetryLogsApiUrl("http://localhost:18888", search: "connection error"); 97var url = DashboardUrls.TelemetryLogsApiUrl("http://localhost:18888"); 121var url = DashboardUrls.TelemetryLogsApiUrl("http://localhost:18888", resources: ["service1"], severity: "error", search: "failed");