We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7beff49 commit 85809e2Copy full SHA for 85809e2
1 file changed
crates/weaver_semconv/src/group.rs
@@ -162,6 +162,7 @@ impl GroupSpec {
162
// All types, except metric and event, must have extends or attributes or both.
163
if self.r#type != GroupType::Metric
164
&& self.r#type != GroupType::Event
165
+ && self.r#type != GroupType::Scope
166
&& self.extends.is_none()
167
&& self.attributes.is_empty()
168
{
0 commit comments