-
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 collector flags #2751
Remove deprecated collector flags #2751
Conversation
Signed-off-by: LostLaser <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #2751 +/- ##
=======================================
Coverage 95.82% 95.83%
=======================================
Files 217 217
Lines 9656 9654 -2
=======================================
- Hits 9253 9252 -1
+ Misses 332 331 -1
Partials 71 71
Continue to review full report at Codecov.
|
editing description - this does not resolve #2738, only part of it |
please add a "breaking change" entry to the CHANGELOG |
Signed-off-by: LostLaser <[email protected]>
Signed-off-by: LostLaser <[email protected]>
Co-authored-by: Yuri Shkuro <[email protected]> Signed-off-by: LostLaser <[email protected]>
b97b675
to
a852658
Compare
@LostLaser thank you! |
Signed-off-by: Jacob Goldsworthy [email protected]
Which problem is this PR solving?
Short description of the changes
collectorHTTPPort
flag and the associated warning flagcollectorHTTPPortWarning
GetAddressFromCLIOptions
into its' own function calledFormatHostPort
CollectorHTTPHostPort
property with a call toFormatHostPort
FormatHostPort
function