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