-
Notifications
You must be signed in to change notification settings - Fork 118
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
Backport #221 and #222 to master branch #243
Conversation
|
||
"github.com/golang/mock/gomock" | ||
"github.com/stretchr/testify/require" | ||
"github.com/uber-go/tally/v4" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changed import to v4, everything else is the same as v3
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #243 +/- ##
==========================================
+ Coverage 47.95% 48.04% +0.09%
==========================================
Files 64 65 +1
Lines 6006 6061 +55
==========================================
+ Hits 2880 2912 +32
- Misses 2686 2709 +23
Partials 440 440 ☔ View full report in Codecov by Sentry. |
* [bug] Ensure that parent scopes do not return closed subscopes (uber-go#221) * TestScope: don't prune from registry when closed (uber-go#222) * TestScope: don't prune from registry when closed (uber-go#222) * lint fix * move comment * update go.mod and go.sum * add license header --------- Co-authored-by: Matt Way <[email protected]>
* Revise internal cardinality metrics (#241) * Backport #221 and #222 to master branch (#243) * [bug] Ensure that parent scopes do not return closed subscopes (#221) * TestScope: don't prune from registry when closed (#222) --------- Co-authored-by: Matt Way <[email protected]> --------- Co-authored-by: Matt Way <[email protected]>
Changes: