2 references to FollowLogsAsync
Aspire.Dashboard (1)
DashboardEndpointsBuilder.cs (1)
164await StreamNdjsonAsync(httpContext, service.FollowLogsAsync(resource, traceId, severity, cancellationToken), cancellationToken).ConfigureAwait(false);
Aspire.Dashboard.Tests (1)
TelemetryApiServiceTests.cs (1)
99await foreach (var item in service.FollowLogsAsync(null, null, null, cts.Token))