alitari / mockgo-server

Lightweight and scalable server for mocking http endpoints
Apache License 2.0
1 stars 0 forks source link

📈 Expose prometheus metrics #51

Closed alitari closed 2 years ago

alitari commented 2 years ago

resolves #48

codecov[bot] commented 2 years ago

Codecov Report

Base: 61.06% // Head: 55.96% // Decreases project coverage by -5.09% :warning:

Coverage data is based on head (2cb6454) compared to base (04db82b). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #51 +/- ## ========================================== - Coverage 61.06% 55.96% -5.10% ========================================== Files 9 8 -1 Lines 1012 645 -367 ========================================== - Hits 618 361 -257 + Misses 328 244 -84 + Partials 66 40 -26 ``` | Flag | Coverage Δ | | |---|---|---| | unittests | `55.96% <100.00%> (-5.10%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Alexander+Krieg#carryforward-flags-in-the-pull-request-comment) to find out more. | [Impacted Files](https://codecov.io/gh/alitari/mockgo-server/pull/51?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Alexander+Krieg) | Coverage Δ | | |---|---|---| | [mockgo/matches/requestHandler.go](https://codecov.io/gh/alitari/mockgo-server/pull/51/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Alexander+Krieg#diff-bW9ja2dvL21hdGNoZXMvcmVxdWVzdEhhbmRsZXIuZ28=) | `48.52% <100.00%> (+1.55%)` | :arrow_up: | | [mockgo/mock/requestHandler.go](https://codecov.io/gh/alitari/mockgo-server/pull/51/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Alexander+Krieg#diff-bW9ja2dvL21vY2svcmVxdWVzdEhhbmRsZXIuZ28=) | | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Alexander+Krieg). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Alexander+Krieg)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.