5 references to TelemetryApiBasePath
Aspire.Dashboard (5)
src\Shared\DashboardUrls.cs (5)
205return CombineUrl(baseUrl, $"{TelemetryApiBasePath}/logs{queryString}"); 218return CombineUrl(baseUrl, $"{TelemetryApiBasePath}/spans{queryString}"); 231return CombineUrl(baseUrl, $"{TelemetryApiBasePath}/traces{queryString}"); 242var path = $"/{TelemetryApiBasePath}/traces/{Uri.EscapeDataString(traceId)}"; 253var path = $"/{TelemetryApiBasePath}/resources";