Skip to content

Commit 6f780a4

Browse files
Added display_name as an allowed property on semconv attribute groups (#316)
Signed-off-by: Alexander Wert <[email protected]>
1 parent 0d18db9 commit 6f780a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

semantic-conventions/src/opentelemetry/semconv/model/semantic_convention.py

+1
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ class BaseSemanticConvention(ValidatableYamlNode):
112112
"attributes",
113113
"constraints",
114114
"deprecated",
115+
"display_name",
115116
)
116117

117118
GROUP_TYPE_NAME: str

0 commit comments

Comments
 (0)