-
Notifications
You must be signed in to change notification settings - Fork 36
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
Support stability definitions from OTEP 232 #502
Comments
3 tasks
@lmolkova - I can do this one. Set me as the assignee if you like?? |
@jerbly thank you, really appreciate your help! |
Made #504 - hopefully this is what you had in mind. 🤞 |
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Part of open-telemetry/semantic-conventions#1096
We need to include new maturity levels formally defined in OTEP 232:
experimental
. We should keep supportingexperimental
, but treat it asdevelopement
This would mean:
is_experimental
filter to cover all maturity levels (i.e. returntrue
for all levels exceptstable
)The text was updated successfully, but these errors were encountered: