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 was archived by the owner on Dec 23, 2023. It is now read-only.
I'm not sure if this is a gRPC or an OpenCensus issue. If this is the wrong place to report this, please let me know and I will open an issue for gRPC.
What version of OpenCensus are you using?
0.19.1
What version of gRPC are you using?
1.18.0
What JVM are you using (java -version)?
openjdk version "1.8.0_212"
OpenJDK Runtime Environment (AdoptOpenJDK)(build 1.8.0_212-b03)
OpenJDK 64-Bit Server VM (AdoptOpenJDK)(build 25.212-b03, mixed mode)
What did you do?
I'm constructing a gRPC channel like below and then use this channel to make calls to a remote service.