From 9004e2fe0dfabb5c45a8f2081926a6dc4349ab41 Mon Sep 17 00:00:00 2001 From: Mark Dragnev Date: Thu, 5 Feb 2026 20:43:22 +0100 Subject: [PATCH] Remove throttler configuration --- main.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/main.go b/main.go index 49ebd5c..93fc7dd 100644 --- a/main.go +++ b/main.go @@ -371,9 +371,6 @@ func createJaegerTracer(opts Options, out output) (opentracing.Tracer, io.Closer // dispense credits to the client synchronously. tracer, closer, err := jaeger_config.Configuration{ ServiceName: opts.TOpts.CallerName, - Throttler: &jaeger_config.ThrottlerConfig{ - SynchronousInitialization: true, - }, }.NewTracer( // SamplingPriority overrides sampler decision when below // throttling threshold. Better to use "always false" sampling and