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();