-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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] mark confignet as stable #7954
[chore] mark confignet as stable #7954
Conversation
This contents of this module have not changed in over 2 years Signed-off-by: Alex Boten <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7954 +/- ##
==========================================
+ Coverage 90.34% 90.39% +0.04%
==========================================
Files 346 346
Lines 18194 18194
==========================================
+ Hits 16438 16446 +8
+ Misses 1422 1416 -6
+ Partials 334 332 -2 ☔ View full report in Codecov by Sentry. |
Can you give me until mid July before marking any config stable? I want to also discuss somewhere and document things like:
There may be other things to document (just added some in my mind) but would like others to think of any special implications for configs that are not defined by the golang conventions of breaking compatibility,. |
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 think that's fine, i'll move this draft for now. My only motivation for moving this to RC is that there havent been changes in this dir for some time.
@codeboten the time in my comment was to give us time to address my concerns, so I do believe someone (who is working full time, not like me until Sept) should address them and clarify what is possible and what is not in a stable config package. |
Filed #8002 to discuss the stability guarantees for configuration structures. One of these was already discussed on the |
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
Closed as inactive. Feel free to reopen if this PR is still being worked on. |
Reopening this PR, with the questions answered in #8812 |
One thing that we need to agree on, is that we should suffix everything with Config probably (instead of Settings) as discussed in one of the issues. |
Another thing is to make sure we pass "context" everywhere. Maybe TelemetrySettings as well |
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
Closed as inactive. Feel free to reopen if this PR is still being worked on. |
This contents of this module have not changed in over 2 years