-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Remove deprecated admin server flags #2752
Remove deprecated admin server flags #2752
Conversation
Fixes jaegertracing#2738 Signed-off-by: pradeepnnv <pradeepnnv@gmail.com>
Codecov Report
@@ Coverage Diff @@
## master #2752 +/- ##
==========================================
+ Coverage 95.82% 95.86% +0.03%
==========================================
Files 217 217
Lines 9656 9649 -7
==========================================
- Hits 9253 9250 -3
+ Misses 332 330 -2
+ Partials 71 69 -2
Continue to review full report at Codecov.
|
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.
please add a breaking change note to the CHANGELOG
cmd/flags/admin.go
Outdated
@@ -36,8 +36,7 @@ const ( | |||
adminHTTPPort = "admin-http-port" | |||
adminHTTPHostPort = "admin.http.host-port" | |||
|
|||
healthCheckHTTPPortWarning = "(deprecated, will be removed after 2020-03-15 or in release v1.19.0, whichever is later)" | |||
adminHTTPPortWarning = "(deprecated, will be removed after 2020-06-30 or in release v1.20.0, whichever is later)" | |||
adminHTTPPortWarning = "(deprecated, will be removed after 2020-06-30 or in release v1.20.0, whichever is later)" |
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.
please remove both deprecated flags since we're changing this module
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.
Removed adminHTTPPortWarning as well. Please review.
Add breaking change entry to CHANGELOG Fixes part of jaegertracing#2738 Signed-off-by: pradeepnnv <pradeepnnv@gmail.com>
Update Change log to use actual CLI Flags instead of variable names. Fixes part of jaegertracing#2738 Signed-off-by: pradeepnnv <pradeepnnv@gmail.com> Co-authored-by: Yuri Shkuro <yurishkuro@users.noreply.github.com> Signed-off-by: pradeepnnv <pradeepnnv@gmail.com>
1b46aaf
to
7b1469f
Compare
@pradeepnnv Thank you! |
Thanks @yurishkuro for your help and guidance. Hope i'll be able to contribute more for Jaeger. |
Fixes part of #2738
Signed-off-by: pradeepnnv pradeepnnv@gmail.com