5 references to CombineUrl
Aspire.Dashboard (5)
src\Shared\DashboardUrls.cs (5)
205
return
CombineUrl
(baseUrl, $"{TelemetryApiBasePath}/logs{queryString}");
218
return
CombineUrl
(baseUrl, $"{TelemetryApiBasePath}/spans{queryString}");
231
return
CombineUrl
(baseUrl, $"{TelemetryApiBasePath}/traces{queryString}");
243
return
CombineUrl
(baseUrl, path);
254
return
CombineUrl
(baseUrl, path);