We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95b1c52 commit 13468c4Copy full SHA for 13468c4
opentelemetry/src/global/mod.rs
@@ -93,7 +93,7 @@
93
//! use opentelemetry::{global, KeyValue};
94
//!
95
//! fn init_meter() {
96
-//! // Swap this no-op provider with an actual metrics provider,
+//! // Swap this no-op provider with an actual meter provider,
97
//! // exporting to stdout, otlp, prometheus, etc.
98
//! let provider = NoopMeterProvider::new();
99
0 commit comments