Hi Gurus, I'm trying to run the gRPC-go profiling example following https://github.com/grpc/grpc-go/tree/master/examples/features/profiling. However, after I started both the server/client in the profiling example, when I try to get the profiling snapshot using 'go run google.golang.org/grpc/profiling/cmd -address localhost:50051 -retrieve-snapshot', it returns the snapshot *with 0 records in it*. The profiling server outputs the following log info:
"INFO: 2021/01/29 16:37:33 [profiling] profilingServer: GetStreamStats: returning 0 records". I'm wondering why I can't get any data in the profiling or if there is anything I get it wrong? Thanks! (b.t.w. I'm using go 1.15.3 on linux amd64) -Lianhao -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/52de38c8-263f-47b5-8c64-70429c2e5fcan%40googlegroups.com.
