Currently, we don't have any plan to support generating channelz HTML page directly from grpc (like zpages).
The current design aims at separating UI from data, so all grpc implementations (c++, java, go) can share the same UI code, which makes it consistent and easy to roll out update. Please try out the gdebug <https://github.com/grpc/grpc-experiments/tree/master/gdebug> tool and let us know if you experience any difficulty. Thanks! On Tuesday, May 21, 2019 at 3:40:20 PM UTC+8, [email protected] wrote: > > Is there any plan to integrate the channelz web UI in a similar way to > zpages <https://opencensus.io/zpages/>? > Right now, according to this article > <https://grpc.io/blog/a_short_introduction_to_channelz/> we need to > enable channelz in the grpc server, and then run a separate web UI process > <https://github.com/grpc/grpc-experiments/tree/master/gdebug> in order to > actually view the UI. > It would be nice/useful to be able to see channelz the same way zpages > exposes rpcz and tracez. > I realize that opencensus and grpc are two different projects, but I > think that this cooperation (or at the very least the exposition of > channelz in-process and in a similar way to zpages) would be useful. > > -- 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/f4dc8c94-29e5-497f-a498-cc2e83fd25ab%40googlegroups.com.
