Skip to content

Commit 9a25515

Browse files
cijothomasutpilla
andauthored
Update opentelemetry-sdk/src/metrics/instrument.rs
Co-authored-by: Utkarsh Umesan Pillai <[email protected]>
1 parent 2c835e9 commit 9a25515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry-sdk/src/metrics/instrument.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ impl StreamBuilder {
186186
///
187187
/// Any attribute recorded for the stream with a key not in this set will be
188188
/// dropped. If the set is empty, all attributes will be dropped.
189-
/// If not set, all attributes will be kept.
189+
/// If this method is not used, all attributes will be kept.
190190
pub fn with_allowed_attribute_keys(
191191
mut self,
192192
attribute_keys: impl IntoIterator<Item = Key>,

0 commit comments

Comments
 (0)