4 references to TelemetryTracesApiUrl
aspire (4)
Commands\ExportCommand.cs (1)
325
var url = DashboardUrls.
TelemetryTracesApiUrl
(baseUrl, resolvedResources, limit: TelemetryCommandHelpers.MaxTelemetryLimit);
Commands\TelemetryTracesCommand.cs (1)
202
var url = DashboardUrls.
TelemetryTracesApiUrl
(baseUrl, resolvedResources, hasError: hasError, limit: limit, search: search);
Mcp\Tools\ListTracesTool.cs (1)
95
var url = DashboardUrls.
TelemetryTracesApiUrl
(apiBaseUrl, resolvedResources, limit: TelemetryCommandHelpers.MaxTelemetryLimit, search: search);
Profiling\ProfileCaptureService.cs (1)
448
var url = DashboardUrls.
TelemetryTracesApiUrl
(_options.DashboardUrl, limit: TelemetryCommandHelpers.MaxTelemetryLimit);