Skip to content
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

[chore] update documentation to use feature gate instead of flag #7397

Merged
merged 1 commit into from
Mar 23, 2023

Conversation

codeboten
Copy link
Contributor

No description provided.

@codeboten codeboten requested review from a team and jpkrohling March 20, 2023 19:56
1. Change the feature flag to disable the feature by default, deprecating the flag at the same time
1. Remove the feature and the flag
1. Mark the feature as deprecated, add a short lived feature gate with the feature enabled by default
1. Change the feature gate to disable the feature by default, deprecating the gate at the same time
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Deprecating" -> this is marking as stable correct? Also should this be a separate step since we do not allow changing the gate at that point?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right, I guess this should be re-written to include the stages of the gate. I was just renaming flag to gate :D

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, let's do that :)

1. Change the feature flag to disable the feature by default, deprecating the flag at the same time
1. Remove the feature and the flag
1. Mark the feature as deprecated, add a short lived feature gate with the feature enabled by default
1. Change the feature gate to disable the feature by default, deprecating the gate at the same time
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, let's do that :)

@bogdandrutu bogdandrutu merged commit 5641e5d into open-telemetry:main Mar 23, 2023
@codeboten codeboten deleted the codeboten/flag-gate branch March 23, 2023 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants