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 2c835e9 commit 9a25515Copy full SHA for 9a25515
opentelemetry-sdk/src/metrics/instrument.rs
@@ -186,7 +186,7 @@ impl StreamBuilder {
186
///
187
/// Any attribute recorded for the stream with a key not in this set will be
188
/// dropped. If the set is empty, all attributes will be dropped.
189
- /// If not set, all attributes will be kept.
+ /// If this method is not used, all attributes will be kept.
190
pub fn with_allowed_attribute_keys(
191
mut self,
192
attribute_keys: impl IntoIterator<Item = Key>,
0 commit comments