Describe the bug
When i use the semconv_grouped_attributes filter, not all the attributes from semantic conventions are being included in the output. The options are defined at https://github.com/open-telemetry/weaver/blob/7e9d00bc050c4055b87ce42f2857e2f6e63f1a02/docs/codegen.md
To Reproduce
Steps to reproduce the behavior:
- Clone semconv repo
- Alter the
attribute_namespace template so the filter is semconv_grouped_attributes
- Generate documents
- Observe the feature flag page is missing the
feature_flag.provider_name attribute
- Add a debug output to the template ie
{{ ctx.attributes }}
- Observe attribute is not in the output
Expected behavior
The weaver output (see attached) has the feature_flag.provider_name attribute
Additional context
PR where i noticed the issue is: open-telemetry/semantic-conventions#3836
Tip: React with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding +1 or me too, to help us triage it. Learn more here.
Describe the bug
When i use the semconv_grouped_attributes filter, not all the attributes from semantic conventions are being included in the output. The options are defined at https://github.com/open-telemetry/weaver/blob/7e9d00bc050c4055b87ce42f2857e2f6e63f1a02/docs/codegen.md
To Reproduce
Steps to reproduce the behavior:
attribute_namespacetemplate so the filter issemconv_grouped_attributesfeature_flag.provider_nameattribute{{ ctx.attributes }}Expected behavior
The weaver output (see attached) has the
feature_flag.provider_nameattributeAdditional context
PR where i noticed the issue is: open-telemetry/semantic-conventions#3836
Tip: React with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding
+1orme too, to help us triage it. Learn more here.