You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a parent field to metadata.yaml. This will be used in subcomponents, and the field will contain the type of their parent component.
In terms of generated files, we will include the parent component in the documentation.md. If a use case arises in the future, we could also add this elsewhere such as a const in generated_status.go.
Having this field will help us identify from the metadata.yaml wether the component is a subcomponent, and will help with: #23424.
The text was updated successfully, but these errors were encountered:
This PR adds a `parent` field to the `metadata.yaml`. This is used in subcomponents, and the field contains the type of their parent component.
Issue: open-telemetry#23430
Component(s)
cmd/mdatagen
Describe the issue you're reporting
Add a
parent
field tometadata.yaml
. This will be used in subcomponents, and the field will contain the type of their parent component.In terms of generated files, we will include the parent component in the
documentation.md
. If a use case arises in the future, we could also add this elsewhere such as a const ingenerated_status.go
.Having this field will help us identify from the
metadata.yaml
wether the component is a subcomponent, and will help with: #23424.The text was updated successfully, but these errors were encountered: