You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.
I was trying to get the opentracing tutorial to work with the latest version of jaeger-client-java and it wasn't flushing the span to the jaeger server
Problem
The span is not getting flushed to the jaeger server
Requirement
I was trying to get the opentracing tutorial to work with the latest version of jaeger-client-java and it wasn't flushing the span to the jaeger server
Problem
The span is not getting flushed to the jaeger server
Please see line 36/37 of
https://github.com/ackerleytng/opentracing-tutorial-debug/blob/master/java/src/main/java/lesson01/exercise/Hello.java
Proposal
@jpkrohling suggested registering the tracer with a shutdown hook, to flush it when the JVM goes down
The text was updated successfully, but these errors were encountered: