This commit is contained in:
BryantHe 2023-05-25 13:20:52 +08:00
parent a755b01675
commit cf9075c160
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,4 @@
import logging
from jaeger_client import Config
from logstash_formatter import LogstashFormatterV1
from statsd import StatsClient
@ -20,6 +18,7 @@ def init_logger():
def init_tracer(service):
from jaeger_client import Config
config = Config(
config={
'sampler': {