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

Remove deprecated admin server flags #2752

Merged

Conversation

pradeepnnv
Copy link
Contributor

Fixes part of #2738

Signed-off-by: pradeepnnv pradeepnnv@gmail.com

Fixes jaegertracing#2738

Signed-off-by: pradeepnnv <pradeepnnv@gmail.com>
@pradeepnnv pradeepnnv requested a review from a team as a code owner January 31, 2021 21:40
@codecov
Copy link

codecov bot commented Jan 31, 2021

Codecov Report

Merging #2752 (7b1469f) into master (5c4fe1f) will increase coverage by 0.03%.
The diff coverage is n/a.

Impacted file tree graph

@@            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     
Impacted Files Coverage Δ
cmd/flags/admin.go 82.22% <ø> (+3.37%) ⬆️
...lugin/sampling/strategystore/adaptive/processor.go 99.07% <0.00%> (-0.93%) ⬇️
cmd/query/app/static_handler.go 96.77% <0.00%> (+1.61%) ⬆️
cmd/collector/app/server/zipkin.go 76.92% <0.00%> (+3.84%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5c4fe1f...7b1469f. Read the comment docs.

Copy link
Member

@yurishkuro yurishkuro left a 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

@@ -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)"
Copy link
Member

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

Copy link
Contributor Author

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>
CHANGELOG.md Outdated Show resolved Hide resolved
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>
@pradeepnnv pradeepnnv force-pushed the remove_healthCheckHTTPPortWarning branch from 1b46aaf to 7b1469f Compare February 1, 2021 03:06
@yurishkuro yurishkuro merged commit 165ac36 into jaegertracing:master Feb 1, 2021
@yurishkuro yurishkuro changed the title Remove healthCheckHTTPPortWarning Remove deprecated admin server flags Feb 1, 2021
@yurishkuro yurishkuro mentioned this pull request Feb 1, 2021
7 tasks
@yurishkuro
Copy link
Member

@pradeepnnv Thank you!

@pradeepnnv
Copy link
Contributor Author

Thanks @yurishkuro for your help and guidance. Hope i'll be able to contribute more for Jaeger.

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.

2 participants