Allow sharing/inheriting notes/brief from overriden ref attributes #183
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
semconv/md
Related specifically to the markdown output of the semantic convention generator
semconv/model
Related to the data model or YAML format of the semantic convention generator
semconv
Related to the semantic convention generator.
It seems it's not possible to share brief/notes (might also be others?) from an attribute that is a ref and overrides the "original" attribute.
For example, the case with the
server.address
attribute:server.yaml
with its own brief/note fieldhttp-common.yaml
fromserver.yaml
, overriding the brief/notetraces/http
fromhttp-common.yaml
-> Doesn't get the note fromhttp-common.yaml
This makes it so we need to copy/paste things over and over. See this PR for the problem in action.
It would be great if we could also "share" the notes/brief from an attribute that has been overridden somehow.
The text was updated successfully, but these errors were encountered: