2 writes to MaxSpanEventCount
Aspire.Dashboard.Tests (2)
Shared\SqliteRepositoryTestHelpers.cs (1)
33
telemetryLimits.
MaxSpanEventCount
= maxSpanEventCount ?? telemetryLimits.MaxSpanEventCount;
TelemetryRepositoryTests\TelemetryRepositoryTestBase.cs (1)
32
telemetryLimits.
MaxSpanEventCount
= maxSpanEventCount ?? telemetryLimits.MaxSpanEventCount;
3 references to MaxSpanEventCount
Aspire.Dashboard (1)
Otlp\Storage\SqliteTelemetryRepository.Traces.Writes.cs (1)
943
foreach (var spanEvent in span.Events.OrderBy(spanEvent => spanEvent.TimeUnixNano).Take(_otlpContext.Options.
MaxSpanEventCount
))
Aspire.Dashboard.Tests (2)
Shared\SqliteRepositoryTestHelpers.cs (1)
33
telemetryLimits.MaxSpanEventCount = maxSpanEventCount ?? telemetryLimits.
MaxSpanEventCount
;
TelemetryRepositoryTests\TelemetryRepositoryTestBase.cs (1)
32
telemetryLimits.MaxSpanEventCount = maxSpanEventCount ?? telemetryLimits.
MaxSpanEventCount
;