2 writes to _subscriptionMinExecuteInterval
Aspire.Dashboard.Components.Tests (1)
tests\Shared\Telemetry\TelemetryTestHelpers.cs (1)
271repository._subscriptionMinExecuteInterval = subscriptionMinExecuteInterval.Value;
Aspire.Dashboard.Tests (1)
tests\Shared\Telemetry\TelemetryTestHelpers.cs (1)
271repository._subscriptionMinExecuteInterval = subscriptionMinExecuteInterval.Value;
1 reference to _subscriptionMinExecuteInterval
Aspire.Dashboard (1)
Otlp\Storage\Subscription.cs (1)
28_callbackThrottler = new CallbackThrottler(name, telemetryRepository._otlpContext.Logger, telemetryRepository._subscriptionMinExecuteInterval, callback, executionContext);