jaeger exporter shutdown or force_flush implemented? #1489
Unanswered
nathanhoult
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I added opentelemetry to a rake task and noticed traces started posting after I added a
sleep(10)
toat_exit
. I addedtracer_provider.shutdown
but it doesn't block and after looking into the jaeger implementation just returnsSUCCESS
.If it helps explain what I am trying to do and always possible I am doing something wrong:
Thanks in advance for any help.
Beta Was this translation helpful? Give feedback.
All reactions