diff --git a/ats-tracer/controller.go b/ats-tracer/controller.go index 55e5a0a..aa1edb6 100644 --- a/ats-tracer/controller.go +++ b/ats-tracer/controller.go @@ -36,6 +36,7 @@ func NewController(ctx context.Context, cfg *options.Config, client *coach_clien ctx: ctx, providerId: cfg.ProviderId, interval: cfg.AtsInterval, + threshold: cfg.AtsThreshold, client: client, storage: storage.NewStorage(db), tracers: NewTracers(storage.NewStorage(db), cfg.ProviderId),