We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b42264 commit d024c1bCopy full SHA for d024c1b
examples/http_client_reqwest_blocking.rs
@@ -12,4 +12,6 @@ fn main() {
12
.install_simple();
13
14
tracer.in_span("reqwest-blocking-client", |_cx| {});
15
+
16
+ opentelemetry::global::shutdown_tracer_provider();
17
}
0 commit comments