1 write to _callbackThrottler
Aspire.Dashboard (1)
Otlp\Storage\Subscription.cs (1)
28_callbackThrottler = new CallbackThrottler(name, telemetryRepository._otlpContext.Logger, telemetryRepository._subscriptionMinExecuteInterval, callback, executionContext);
2 references to _callbackThrottler
Aspire.Dashboard (2)
Otlp\Storage\Subscription.cs (2)
34_callbackThrottler.Execute(); 40_callbackThrottler.Dispose();