-
Notifications
You must be signed in to change notification settings - Fork 839
Make each DNS provider register a diff metric #2303
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
Conversation
Signed-off-by: Goutham Veeramachaneni <gouthamve@gmail.com>
pkg/chunk/cache/memcached_client.go
Outdated
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.
I would just suggest to rename registerer to dnsProviderRegisterer to avoid in the future people will erroneously use the replaced registerer to register other metrics.
pracucci
left a comment
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.
LGTM! Just left a nit
a47ce14 to
ad776b7
Compare
bboreham
left a comment
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.
Generally looks OK but I have questions about the comments in the test.
Also incorporate review feedback. Signed-off-by: Goutham Veeramachaneni <gouthamve@gmail.com>
ad776b7 to
2eda98e
Compare
|
Sorry for the stale comments (copied the test from the blocks storage test). Clarified them now. |
Signed-off-by: Goutham Veeramachaneni gouthamve@gmail.com
Which issue(s) this PR fixes:
Fixes #2302
Checklist