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.
2 parents bbf9ce7 + 48761ec commit b21e15bCopy full SHA for b21e15b
opentelemetry-sdk/src/resource/mod.rs
@@ -229,7 +229,7 @@ impl Resource {
229
self.inner.attrs.get(key).cloned()
230
}
231
232
- /// Returns a reference to the value for the given key without cloning.
+ /// Returns a reference to the value for the resource associated with the given key without cloning.
233
pub fn get_ref(&self, key: &Key) -> Option<&Value> {
234
self.inner.attrs.get(key)
235
0 commit comments