You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 23, 2023. It is now read-only.
Since gRPC is a large project that uses the OpenCensus Java API, this would be a good way to find uses of the old API that the new API doesn't support. We could upload a snapshot version of opencensus-api that includes the stats and tags packages to Maven Central. Then we could make a pull request to update gRPC to use the new API and ensure that the build passes.
The text was updated successfully, but these errors were encountered:
@songy23, @zhangkun83, and I didn't find any issues with the OpenCensus API with the pull request. It can't be merged until we release the API, though.
Since gRPC is a large project that uses the OpenCensus Java API, this would be a good way to find uses of the old API that the new API doesn't support. We could upload a snapshot version of
opencensus-api
that includes thestats
andtags
packages to Maven Central. Then we could make a pull request to update gRPC to use the new API and ensure that the build passes.The text was updated successfully, but these errors were encountered: