5 references to TelemetryApiBasePath
aspire (5)
src\Shared\DashboardUrls.cs (5)
208
var url = $"/{
TelemetryApiBasePath
}/logs";
246
var url = $"/{
TelemetryApiBasePath
}/spans";
282
var url = $"/{
TelemetryApiBasePath
}/traces";
307
var path = $"/{
TelemetryApiBasePath
}/traces/{Uri.EscapeDataString(traceId)}";
318
var path = $"/{
TelemetryApiBasePath
}/resources";