We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e94b8b5 commit 34d3830Copy full SHA for 34d3830
semconv/helpers.j2
@@ -66,7 +66,7 @@ const (
66
{%- endmacro -%}
67
68
{%- macro generate_funcs(group) -%}
69
-{%- for attribute in group.attributes if not attribute.deprecated %}
+{%- for attribute in group.attributes if not attribute is enum %}
70
{#- TODO: Handle template attributes. #}
71
{%- if not attribute.type is template_type %}
72
0 commit comments