2 references to MaxLogCount
Aspire.Dashboard (2)
Components\Pages\StructuredLogs.razor.cs (1)
128
string.Format(CultureInfo.InvariantCulture, Loc[nameof(Dashboard.Resources.StructuredLogs.MessageExceededLimitBody)], DashboardOptions.Value.TelemetryLimits.
MaxLogCount
),
Otlp\Storage\TelemetryRepository.cs (1)
76
_logs = new(_otlpContext.Options.
MaxLogCount
);