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