2 writes to MaxSpanEventCount
Aspire.Dashboard.Components.Tests (1)
tests\Shared\Telemetry\TelemetryTestHelpers.cs (1)
257
options.
MaxSpanEventCount
= maxSpanEventCount.Value;
Aspire.Dashboard.Tests (1)
tests\Shared\Telemetry\TelemetryTestHelpers.cs (1)
257
options.
MaxSpanEventCount
= maxSpanEventCount.Value;
1 reference to MaxSpanEventCount
Aspire.Dashboard (1)
Otlp\Storage\TelemetryRepository.cs (1)
1213
if (events.Count >= context.Options.
MaxSpanEventCount
)