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.
Please answer these questions before submitting a bug report.
What version of OpenCensus are you using?
What JVM are you using (
java -version
)?What did you do?
If possible, provide a recipe for reproducing the error.
a. https://opencensus.io/guides/grpc/java/#instrumenting-the-client
b. https://opencensus.io/zpages/java/#1
What did you expect to see?
Some stats related to invoked grpc methods
What did you see instead?
Just helptext for possible stats
Additional context
To enable stats following dependency needs to be included:
Also following code snipped needs to be added for gRpc stats to be gathered, when configuring managed channel
Even with changes from above, zPages still do not contain information about grpc invocations.
The text was updated successfully, but these errors were encountered: