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