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

Per transport endpoint stats for performance profiling #1337

Open
rsteinkeX opened this issue Jul 29, 2024 · 0 comments
Open

Per transport endpoint stats for performance profiling #1337

rsteinkeX opened this issue Jul 29, 2024 · 0 comments

Comments

@rsteinkeX
Copy link

All the current stats provided by gRPC appear to be either per-stream or global. Stats about the underlying activity of the transport endpoint implementation (e.g. number of write syscalls, sizes of writes) would be helpful for consumers of gRPC to determine if they're using its facilities efficiently (e.g. comparing the number of messages sent on streams with the number of writes done on those streams, to determine if sufficient concurrent writes are being made to aggregate sends efficiently).

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

No branches or pull requests

1 participant