1 instantiation of CallbackThrottler
Aspire.Dashboard (1)
Otlp\Storage\Subscription.cs (1)
32
_callbackThrottler = new
CallbackThrottler
(name, telemetryRepository._otlpContext.Logger, telemetryRepository._subscriptionMinExecuteInterval, callback, executionContext);
1 reference to CallbackThrottler
Aspire.Dashboard (1)
Otlp\Storage\Subscription.cs (1)
17
private readonly
CallbackThrottler
_callbackThrottler;