8 references to CombineUrl
aspire (8)
Backchannel\ResourceSnapshotMapper.cs (1)
121
dashboardUrl = DashboardUrls.
CombineUrl
(dashboardBaseUrl, resourcePath);
Commands\TelemetryCommandHelpers.cs (1)
247
var url = DashboardUrls.
CombineUrl
(dashboardUrl, DashboardUrls.TraceDetailUrl(traceId));
src\Shared\ConsoleLogs\SharedAIHelpers.cs (1)
617
["url"] = DashboardUrls.
CombineUrl
(dashboardBaseUrl, path),
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);