-
Notifications
You must be signed in to change notification settings - Fork 461
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
Move to standard and up-to-date prom client_golang libs #3220
base: master
Are you sure you want to change the base?
Conversation
982dd86
to
a4f809d
Compare
@@ -150,3 +148,5 @@ replace go.etcd.io/bbolt => go.etcd.io/bbolt v1.3.5 | |||
|
|||
// https://github.com/ory/dockertest/issues/212 | |||
replace golang.org/x/sys => golang.org/x/sys v0.0.0-20200826173525-f9321e4c35a6 | |||
|
|||
replace github.com/uber-go/tally => github.com/chronosphereio/tally v1.1.1-0.20210212113941-8eb2df32840b |
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.
This is a draft PR in part because there's also a PR in progress for the tally update here.
- Use chronosphere tally, which does a similar migration - Migrate prom client_golang-related code in m3 - Remove references to the m3db prom libs
a4f809d
to
6c525a9
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3220 +/- ##
=========================================
- Coverage 72.3% 72.3% -0.1%
=========================================
Files 1094 1094
Lines 101123 101123
=========================================
- Hits 73207 73190 -17
- Misses 22860 22869 +9
- Partials 5056 5064 +8
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report in Codecov by Sentry.
|
See proposal #18
What this PR does / why we need it:
M3 depends on mid-2018 forks of the various prometheus/client_golang -related projects (which appear to have no modifications). The principle reason is to make it so M3, and projects dependent on M3, are able to stay near
"latest-stable" of this important library, for all the normal reasons that's desirable.