We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e742ae commit 1a31aeeCopy full SHA for 1a31aee
1 file changed
libdd-trace-utils/src/span/v04/mod.rs
@@ -311,6 +311,7 @@ impl<T: TraceData> From<&AttributeArrayValue<T>> for u8 {
311
}
312
313
impl<T: TraceData> Span<T> {
314
+ /// Deduplicate the [VecMap] parts of this span. See [VecMap::dedup].
315
pub fn dedup(&mut self) {
316
self.meta.dedup();
317
self.metrics.dedup();
0 commit comments