opentracing-contrib / java-spring-jaeger

Apache License 2.0
256 stars 95 forks source link

[Question] How to cancel span for task #70

Open liangyuanpeng opened 4 years ago

liangyuanpeng commented 4 years ago

I have a task that executes every second And I don't want this task to be recorded, have any config?

like

@Scheduled(cron = "0 0/1 * * * ? ")

If i missed something, remind me please!!

Thanks any help!!