-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[processor/schema] use generated status header #22754
[processor/schema] use generated status header #22754
Conversation
This PR updates the component to generate the status table using mdatagen. Linked issue: open-telemetry#21213 Signed-off-by: Alex Boten <[email protected]>
class: processor | ||
stability: | ||
development: [traces, metrics, logs] | ||
distributions: [sumo] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe we want to add contrib
to the distributions here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, it's not listed here: https://github.com/open-telemetry/opentelemetry-collector-releases/blob/main/distributions/otelcol-contrib/manifest.yaml do you mind filing an issue to get it added @crobert-1 ? Thanks!
It's in development so maybe there is a need for another ticket to move it to alpha necessary as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@MovieStoreGuy is this component ready to be added to contrib? I got the sense it was still very much under development
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This might be something of my own confusion. The code for this processor is in contrib
, so I assumed that meant it should be listed as one of the distributions. Am I missing something here? Is this something where we don't include in the distribution (even if the code is in contrib
) until it meets a certain bar?
This PR updates the component to generate the status table using mdatagen.
Linked issue: #21213