Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add whitespace
Browse files Browse the repository at this point in the history
adriangb committed Jan 9, 2025
1 parent 58acac6 commit 5aa9c22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions opentelemetry/src/common.rs
Original file line number Diff line number Diff line change
@@ -253,6 +253,7 @@ into_array!(
(Vec<StringValue>, Array::String),
(Vec<BytesValue>, Array::Bytes),
);

/// The value part of attribute [KeyValue] pairs.
#[non_exhaustive]
#[derive(Clone, Debug, PartialEq)]
@@ -616,6 +617,7 @@ impl InstrumentationScope {
self.attributes.iter()
}
}

/// Configuration options for [InstrumentationScope].
///
/// An instrumentation scope is a library or crate providing instrumentation.

0 comments on commit 5aa9c22

Please sign in to comment.