3 references to FollowLogsAsync
Aspire.Dashboard (1)
DashboardEndpointsBuilder.cs (1)
173await StreamNdjsonAsync(httpContext, service.FollowLogsAsync(resource, traceId, severity, cancellationToken), cancellationToken).ConfigureAwait(false);
Aspire.Dashboard.Tests (2)
TelemetryApiServiceTests.cs (2)
101await foreach (var item in service.FollowLogsAsync(null, null, null, cts.Token)) 397await foreach (var item in service.FollowLogsAsync(["nonexistent-service"], null, null, cts.Token))