Hi Derek, Please for now try registering the old RPC views, using: RpcViews.registerAllViews(); RpcViews.registerRealTimeMetricsViews(); // will produce data if you use streams.
See https://github.com/grpc/grpc-java/issues/5291#issuecomment-460884835 for more information. Thanks, Yang On Mon, Feb 25, 2019 at 11:53 AM Dino Oliva <[email protected]> wrote: > Hi Derek - you should be able to see stats related to rpcs as shown here: > https://github.com/dinooliva/opencensus-java/tree/master/contrib/zpages > > Which version of gRPC are you using? Also which OpenCensus implementation > are you depending on? > > Regards, > > --Dino > > > On Mon, Feb 25, 2019 at 10:01 AM Carl Mastrangelo <[email protected]> > wrote: > >> +Dino, who may be able to answer this. >> >> On Mon, Feb 25, 2019 at 9:48 AM Derek Perez <[email protected]> wrote: >> >>> Yeah, I have it wired up and I can see statsz and tracez flowing but >>> rpcz is empty...What should I be seeing there? >>> >>> On Mon, Feb 25, 2019 at 9:43 AM 'Carl Mastrangelo' via grpc.io < >>> [email protected]> wrote: >>> >>>> Do you mean the Census Z page implementation? >>>> >>>> On Sunday, February 24, 2019 at 7:39:34 PM UTC-8, Derek Perez wrote: >>>>> >>>>> I have zpages enabled on my Netty-based grpc server and I'm not >>>>> seeing any data when I visit /rpcz >>>>> >>>>> I do see data when I visit /tracez so its definitely wired up and >>>>> exporting data properly, Any ideas? >>>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "grpc.io" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to [email protected]. >>>> To post to this group, send email to [email protected]. >>>> Visit this group at https://groups.google.com/group/grpc-io. >>>> To view this discussion on the web visit >>>> https://groups.google.com/d/msgid/grpc-io/4ec47775-f993-4a92-b177-6b5984a66684%40googlegroups.com >>>> <https://groups.google.com/d/msgid/grpc-io/4ec47775-f993-4a92-b177-6b5984a66684%40googlegroups.com?utm_medium=email&utm_source=footer> >>>> . >>>> For more options, visit https://groups.google.com/d/optout. >>>> >>> -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/grpc-io. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/CAGcZ8wM%2BQ3zvTr277k%3DPwGbV1hGjdL84gdNwryFCWMzfS5V2dg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
