7 references to CombineUrl
aspire (7)
Backchannel\ResourceSnapshotMapper.cs (1)
117dashboardUrl = DashboardUrls.CombineUrl(dashboardBaseUrl, resourcePath);
Commands\TelemetryCommandHelpers.cs (1)
250var url = DashboardUrls.CombineUrl(dashboardUrl, DashboardUrls.TraceDetailUrl(traceId));
src\Shared\DashboardUrls.cs (5)
205return CombineUrl(baseUrl, $"{TelemetryApiBasePath}/logs{queryString}"); 218return CombineUrl(baseUrl, $"{TelemetryApiBasePath}/spans{queryString}"); 231return CombineUrl(baseUrl, $"{TelemetryApiBasePath}/traces{queryString}"); 243return CombineUrl(baseUrl, path); 254return CombineUrl(baseUrl, path);