Skip to content

Commit 95b1c52

Browse files
committed
fix global
1 parent 8b9ca2a commit 95b1c52

File tree

1 file changed

+1
-1
lines changed
  • opentelemetry/src/global

1 file changed

+1
-1
lines changed

opentelemetry/src/global/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
//! do_something_instrumented();
119119
//! // Shutdown ensures any metrics still in memory are given to exporters
120120
//! // before the program exits.
121-
//! shutdown_meter_provider();
121+
//! global::shutdown_meter_provider();
122122
//! # }
123123
//! ```
124124
//!

0 commit comments

Comments
 (0)