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