This repository has been archived by the owner on Dec 23, 2023. It is now read-only.
opencensus-exporter-stats-stackdriver has transitive dependency on old incompatible version of google-cloud-monitoring #2066
Labels
Please answer these questions before submitting a bug report.
What version of OpenCensus are you using? 0.28.2
What JVM are you using (
java -version
)? 11What did you do?
Updated to latest version of OpenCensus 0.28.2 and latest version of Google Cloud APIs 1.105.+.
What did you expect to see?
Everything working as before
What did you see instead?
Runtime error:
Additional context
The latest version of OpenCensus is pinned to google-cloud-monitoring version 1.82.0, which is from July 2019. It has transitive dependency on old version of gax-grpc which is incompatible with the more recent versions of gax and grpc libraries. Bumping
google-cloud-monitoring
to the latest version2.0.8
will fix this problem.The text was updated successfully, but these errors were encountered: