This repository has been archived by the owner on Oct 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 95
release: make a v0.2.0 release containing the grpc-gateway updates #161
Labels
Comments
This was referenced Jan 8, 2019
Merged
odeke-em
added a commit
to census-instrumentation/opencensus-service
that referenced
this issue
Jan 10, 2019
Because of clashes with unpublished versions of opencensus-proto as per census-instrumentation/opencensus-proto#161 we can't update ocagent to use the view.Exporter code, because the unpublished opencensus-proto is what provides support for the grpc-gateway. Hence this commit checks in the previous version of example/main.go until that release.
odeke-em
added a commit
to census-instrumentation/opencensus-service
that referenced
this issue
Jan 10, 2019
Because of clashes with unpublished versions of opencensus-proto as per census-instrumentation/opencensus-proto#161 we can't update ocagent to use the view.Exporter code, because the unpublished opencensus-proto is what provides support for the grpc-gateway. Hence this commit checks in the previous version of example/main.go until that release.
Is this done? |
Not yet, waiting on approval of #167. |
Waiting on #152. |
Bumping this up - the version inconsistency in proto has caused troubles in OC-Agent and Agent Exporters. We need to publish a new release to Maven, otherwise the Java Agent exporters won't work with Agent. @odeke-em also saw a bunch of issues from users, where they depend on an outdated proto version in Go exporter and it didn't work with the latest Agent. @bogdandrutu are there any other blockers for the new release? IMO #152 can roll over to the next release. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
There have been additions of the grpc-gateway in #157 and #156
Could we please make a new release, otherwise currently unable to use this feature so that we can properly use go modules otherwise right now doing say
GO111MODULE=on go get github.com/census-instrumentation/opencensus-proto@master
producesgithub.com/census-instrumentation/[email protected]
whose git tag is v0.0.3 yet the currently released and highest version is v0.1.0 which then creates a conflictThe text was updated successfully, but these errors were encountered: