Skip to content

Commit

Permalink
Merge branch 'main' into remove-unused-semconv
Browse files Browse the repository at this point in the history
  • Loading branch information
lmolkova authored May 2, 2024
2 parents 766c8af + 3d2d023 commit f3765a1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions semantic-conventions/semconv.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,10 @@
}
]
}
},
"display_name": {
"type": "string",
"description": "the display name / title of the attribute group."
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ class BaseSemanticConvention(ValidatableYamlNode):
"attributes",
"constraints",
"deprecated",
"display_name",
)

GROUP_TYPE_NAME: str
Expand Down

0 comments on commit f3765a1

Please sign in to comment.