-
Notifications
You must be signed in to change notification settings - Fork 34
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
Define 2.0 release #47
Comments
Sounds good to me, there's just one small caveat: when and who? ;-} Shall I do anything about PR #46 or close it? |
@pohly I am leaning towards not touching the import path renaming (item 1) at this time, as it seems to cause a lot of churn even at Uber internally. So if you change your PR to move everything related to the local backend into |
Any update? |
We may want to consider #62 (Histograms) since it's a large breaking change |
@yurishkuro Assuming Jaeger 1.9 is going to be released this week, and that the recent changes to this lib (metrics factory API) are impacting some users, wondering whether #62 should be pushed to after 2.0 release? Instead of it being a breaking change, it could be added alongside the If agree, then ideally this lib should be released asap, to allow jaeger-client-go (update/release) followed by jaeger to be updated. |
We need to start an issue in the main repo about 1.9, I'm not clear what's included there. The grpc stuff has an unresolved issue with retries. What is the dependency of 1.9 on jaeger-lib upgrade? Do we need to couple them? The histogram is a breaking change since it extends the interface. |
The main benefit of getting jaeger-lib 2 into 1.9 would be sorting out the prometheus metric names - but it is not critical if we could do a 1.10 soon after jaeger-lib is released. The main problem with jaeger-lib 2 is it seems to be causing jaeger-client-go users build issues. So was hoping to get this lib released, followed by go client and then use both in jaeger 1.9. I'm taking a stab at #62 - hopefully will have something later today, but depends how long will take to iterate over. |
@yurishkuro Can version 2 be released as I think all items have been done, and it is impacting users: jaegertracing/jaeger-client-go#352 (comment) ? |
There is a pending breaking change (#46). I suggest we take this opportunity to clean up the lib further. Specifically:
metric/go-kit/prometheus
package, since we havemetrics/prometheus
implemented directly.metricstest
. (metrics: break out local backend into metrics/local #46) (Simplify metricstest #51)The text was updated successfully, but these errors were encountered: