From 1e799ae1c24ad7ba05017ff770bffdd4f883699f Mon Sep 17 00:00:00 2001 From: timerzz Date: Tue, 3 Dec 2024 09:34:04 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E4=BF=AE=E5=A4=8D=E6=B2=A1=E8=BE=BE?= =?UTF-8?q?=E5=88=B0=E9=98=88=E5=80=BC=E5=B0=B1=E6=8E=A8=E9=80=81=E7=9A=84?= =?UTF-8?q?bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ats-tracer/controller.go | 1 + 1 file changed, 1 insertion(+) 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),