diff --git a/crates/weaver_semconv/src/group.rs b/crates/weaver_semconv/src/group.rs index eeab6c52e..29e4d888c 100644 --- a/crates/weaver_semconv/src/group.rs +++ b/crates/weaver_semconv/src/group.rs @@ -162,6 +162,7 @@ impl GroupSpec { // All types, except metric and event, must have extends or attributes or both. if self.r#type != GroupType::Metric && self.r#type != GroupType::Event + && self.r#type != GroupType::Scope && self.extends.is_none() && self.attributes.is_empty() {