-
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
add stability level to components #12099
add stability level to components #12099
Conversation
This updates all the receiver/exporters to report their stability status, which is then logged when the collector service starts.
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 reviewed the components that concern me, and they look alright. The only one that left me scratching my head was the group by trace processor, which is in development, while all others are in beta. I'll change it to beta afterward, but if anyone knows the history behind this, do let me know. For now, I'll assume it was an oversight.
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.
One note. Otherwise, the components that I am familiar with look good.
Can we go with open-telemetry/opentelemetry-collector#5635 to avoid blocking the release for now? |
@tigrannajaryan i think that's the right thing to do, otherwise it will be too rushed and doesn't give time to anyone with components outside of this repo to implement the same change |
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 reviewed my components and did a quick scan of other components and everything looked good. I'd say go with 1 changelog entry.
This updates all the receiver/processors/exporters to report their stability status, which is then logged when the collector service starts.
I didn't know if I should add a line to the changelog for every component, or just a single one for all components.