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: Remove metrics-port flag/usage from flagdproxy startup #587

Merged

Conversation

webstradev
Copy link
Contributor

This PR

  • Remove the usage of the metrics-port flag and and the corresponding tests.
    This flag was deprecated and is now removed from flagd so it needs to be removed here before using the new version of flagd.

Related Issues

Closes #586

Notes

Follow-up Tasks

How to test

@webstradev webstradev requested a review from a team as a code owner December 15, 2023 18:55
@webstradev webstradev force-pushed the remove-deprecated-metrics-port branch 2 times, most recently from 0de8dfa to 01be2a4 Compare December 18, 2023 20:11
Copy link

codecov bot commented Dec 18, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (a6fa04f) 87.98% compared to head (e9d8241) 87.98%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #587   +/-   ##
=======================================
  Coverage   87.98%   87.98%           
=======================================
  Files          10       10           
  Lines         932      932           
=======================================
  Hits          820      820           
  Misses         89       89           
  Partials       23       23           
Files Coverage Δ
common/flagdproxy/flagdproxy.go 86.98% <100.00%> (ø)
Flag Coverage Δ
unit-tests 87.98% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Signed-off-by: Erik Westra <e.s.westra.95@gmail.com>
@toddbaert toddbaert force-pushed the remove-deprecated-metrics-port branch from 01be2a4 to e9d8241 Compare December 19, 2023 19:28
@toddbaert toddbaert merged commit f79c46f into open-feature:main Dec 19, 2023
16 checks passed
@github-actions github-actions bot mentioned this pull request Dec 19, 2023
@webstradev webstradev deleted the remove-deprecated-metrics-port branch December 20, 2023 07:37
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.

Remove deprecated (and soon to be removed) --metrics-port usage from flagd-proxy startup.
3 participants