Skip to content

Commit b12f4d0

Browse files
catbrainedtobz
andauthored
docs: remove redundant paragraph (#549)
Signed-off-by: Linda Siemons <[email protected]> Co-authored-by: Toby Lawrence <[email protected]>
1 parent c63386b commit b12f4d0

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

metrics/src/lib.rs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -99,15 +99,10 @@
9999
//! seamless emit their own metrics without knowing or caring which exporter implementation is chosen, or even if one is
100100
//! installed.
101101
//!
102-
//! In cases where no global recorder is installed, a "noop" recorder lives in its place, which has an incredibly very
102+
//! In cases where no global recorder is installed, a "noop" recorder lives in its place, which has an incredibly
103103
//! low overhead: an atomic load and comparison. Libraries can safely instrument their code without fear of ruining
104104
//! baseline performance.
105105
//!
106-
//! By default, a "noop" recorder is present so that the macros can work even if no exporter has been installed. This
107-
//! recorder has extremely low overhead -- a relaxed load and conditional -- and so, practically speaking, the overhead
108-
//! when no exporter is installed is extremely low. You can safely instrument applications knowing that you won't pay a
109-
//! heavy performance cost even if you're not shipping metrics.
110-
//!
111106
//! ### Examples
112107
//!
113108
//! ```rust

0 commit comments

Comments
 (0)