7 references to FormatTraceLink
aspire (4)
Commands\TelemetrySpansCommand.cs (1)
266var spanIdLink = TelemetryCommandHelpers.FormatTraceLink(InteractionService, dashboardUrl, traceId, shortSpanId, spanId: spanId);
Commands\TelemetryTracesCommand.cs (3)
291var traceLink = TelemetryCommandHelpers.FormatTraceLink(InteractionService, dashboardUrl, info.TraceId, shortTraceId); 329var traceLink = TelemetryCommandHelpers.FormatTraceLink(InteractionService, dashboardUrl, traceId, shortTraceId); 405var spanIdLink = TelemetryCommandHelpers.FormatTraceLink(InteractionService, dashboardUrl, traceId, shortenedSpanId, spanId: span.SpanId);
Aspire.Cli.Tests (3)
Commands\TelemetryCommandTests.cs (3)
131var result = TelemetryCommandHelpers.FormatTraceLink(interactionService, "http://localhost:18888", "abc123456789"); 140var result = TelemetryCommandHelpers.FormatTraceLink(interactionService, null, "abc123456789"); 149var result = TelemetryCommandHelpers.FormatTraceLink(interactionService, "http://localhost:18888", "abc123456789");