Skip to content

chore: Remove metrics-port flag/usage from flagdproxy startup#587

Merged
toddbaert merged 1 commit intoopen-feature:mainfrom
webstradev:remove-deprecated-metrics-port
Dec 19, 2023
Merged

chore: Remove metrics-port flag/usage from flagdproxy startup#587
toddbaert merged 1 commit intoopen-feature:mainfrom
webstradev:remove-deprecated-metrics-port

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 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
@codecov
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
@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