Replies: 1 comment
-
The core That being said, depending on what writer you're using (e.g., |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
At the end of my
main
fn, I noticed the root span wasn't being reported (ended). (probably because they report on a background thread)I added a brief delay to allow some time, but it's hacky
For OpenTelemetry, I see
opentelemetry::global::shutdown_tracer_provider();
, that is otel specific though.Is there a
tracing
way to flush/cleanup?Beta Was this translation helpful? Give feedback.
All reactions