Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Channelz #514

Open
jbayardo opened this issue Sep 13, 2019 · 4 comments
Open

Support Channelz #514

jbayardo opened this issue Sep 13, 2019 · 4 comments
Labels
enhancement New feature or request
Milestone

Comments

@jbayardo
Copy link

It seems that grpc-core has had channelz activated by default for a long time now.

C# has been missing support for this feature, as per grpc/grpc#19909, making it difficult to debug issues with gRPC.

It would be great to have it!

@jtattermusch
Copy link
Contributor

@jbayardo the issue you mentioned is for gRPC C# based on grpc-core (the Grpc.Core nuget), not for grpc-dotnet.

That said, it is true that channelz (https://github.com/grpc/grpc/blob/master/src/proto/grpc/channelz/channelz.proto) are not supported by grpc-dotnet. Adding it is a significant amount of work and there's currently no ETA. We'd also need to verify that ASP.NET core HTTP2 stack exposes all the necessary internals to be able to implement the channelz service at all.

@jtattermusch jtattermusch added the enhancement New feature or request label Sep 16, 2019
@JamesNK JamesNK added this to the Backlog milestone Sep 16, 2019
@davidfowl
Copy link
Contributor

@jtattermusch is there a write up somewhere?

@jtattermusch
Copy link
Contributor

@paulomorgado
Copy link

Any update on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants