Implemented interface member:
method
GetLogsForSpanAsync
Aspire.Dashboard.Otlp.Storage.ITelemetryRepository.GetLogsForSpanAsync(System.String, System.String, System.Threading.CancellationToken)
1 reference to GetLogsForSpanAsync
Aspire.Dashboard.Components.Tests (1)
Controls\GenAIVisualizerDialogTests.cs (1)
157var selectedLogEntryId = (await repository.GetLogsForSpanAsync(trace.TraceId, span.SpanId, CancellationToken.None)).Single().InternalId;