jaegertracing / jaeger-lib

A collection of shared infrastructure libraries used by different components of Jaeger.
https://github.com/uber/jaeger
Apache License 2.0
67 stars 35 forks source link

Upgrade to prometheus/client_golang 1.0 #77

Closed candycanetrain closed 4 years ago

candycanetrain commented 4 years ago

jaeger-lib currently has a constraint on prometheus/client_golang v0.8.0.

Now that prometheus/client_golang 1.0 was released on 2019-06-15, https://github.com/prometheus/client_golang/releases, we should switch the constraint to 1.0 or newer.

yarpc-go depends on jaeger-client-go, which depends on jaeger-lib. So if jaeger-lib can update the dependency, it would help the other services update their dependency as well.